Uses of Interface
org.jboss.marshalling.StreamHeader
-
Packages that use StreamHeader Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.serial -
-
Uses of StreamHeader in org.jboss.marshalling
Classes in org.jboss.marshalling that implement StreamHeader Modifier and Type Class Description private static classMarshalling.StaticStreamHeaderFields in org.jboss.marshalling declared as StreamHeader Modifier and Type Field Description private static StreamHeaderMarshalling. NULL_STREAM_HEADERprotected StreamHeaderAbstractMarshaller. streamHeaderThe configured stream header.protected StreamHeaderAbstractUnmarshaller. streamHeaderThe configured stream header.private StreamHeaderMarshallingConfiguration. streamHeaderMethods in org.jboss.marshalling that return StreamHeader Modifier and Type Method Description protected StreamHeaderAbstractMarshallerFactory. getDefaultStreamHeader()Get the default stream header, which is used if none was configured.StreamHeaderMarshallingConfiguration. getStreamHeader()Get the stream header, ornullif none is specified.static StreamHeaderMarshalling. nullStreamHeader()Get the default stream header producer, which reads and writes no header at all.static StreamHeaderMarshalling. streamHeader(byte[] headerBytes)Create a stream header that uses the given bytes.Methods in org.jboss.marshalling with parameters of type StreamHeader Modifier and Type Method Description voidMarshallingConfiguration. setStreamHeader(StreamHeader streamHeader)Set the stream header. -
Uses of StreamHeader in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as StreamHeader Modifier and Type Field Description private static StreamHeaderSerialMarshallerFactory. defaultHeaderMethods in org.jboss.marshalling.serial that return StreamHeader Modifier and Type Method Description protected StreamHeaderSerialMarshallerFactory. getDefaultStreamHeader()
-