Uses of Interface
org.jboss.marshalling.StreamHeader
Packages that use StreamHeader
-
Uses of StreamHeader in org.jboss.marshalling
Fields in org.jboss.marshalling declared as StreamHeaderModifier and TypeFieldDescriptionprotected final StreamHeaderAbstractMarshaller.streamHeaderThe configured stream header.protected final StreamHeaderAbstractUnmarshaller.streamHeaderThe configured stream header.Methods in org.jboss.marshalling that return StreamHeaderModifier and TypeMethodDescriptionprotected StreamHeaderAbstractMarshallerFactory.getDefaultStreamHeader()Get the default stream header, which is used if none was configured.MarshallingConfiguration.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 StreamHeaderModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setStreamHeader(StreamHeader streamHeader) Set the stream header.