EnvelopeFormatFactory  
            interface EnvelopeFormatFactory : IOFormatFactory<Envelope> , EnvelopeFormat
Content copied to clipboard
Types
Functions
invoke
                          
                    Link copied to clipboard
                        abstract operator override fun invoke(meta: Meta, context: Context): EnvelopeFormat
Content copied to clipboard
peekFormat 
                          
                    Link copied to clipboard
                        Try to infer specific format from input and return null if the attempt is failed. This method does not return Input into initial state.
readObject 
                          
                    Link copied to clipboard
                        readPartial 
                          
                    Link copied to clipboard
                        writeEnvelope 
                          
                    Link copied to clipboard
                        abstract fun writeEnvelope(output: Output, envelope: Envelope, metaFormatFactory: MetaFormatFactory = defaultMetaFormat, formatMeta: Meta = Meta.EMPTY)
Content copied to clipboard
writeObject 
                          
                    Link copied to clipboard