Uses of Interface
org.jboss.marshalling.StreamHeader
Packages that use StreamHeader
-
Uses of StreamHeader in org.jboss.marshalling
Classes in org.jboss.marshalling that implement StreamHeaderFields in org.jboss.marshalling declared as StreamHeaderModifier and TypeFieldDescriptionprivate static final StreamHeader
Marshalling.NULL_STREAM_HEADER
protected final StreamHeader
AbstractMarshaller.streamHeader
The configured stream header.protected final StreamHeader
AbstractUnmarshaller.streamHeader
The configured stream header.private StreamHeader
MarshallingConfiguration.streamHeader
Methods in org.jboss.marshalling that return StreamHeaderModifier and TypeMethodDescriptionprotected StreamHeader
AbstractMarshallerFactory.getDefaultStreamHeader()
Get the default stream header, which is used if none was configured.MarshallingConfiguration.getStreamHeader()
Get the stream header, ornull
if none is specified.static StreamHeader
Marshalling.nullStreamHeader()
Get the default stream header producer, which reads and writes no header at all.static StreamHeader
Marshalling.streamHeader
(byte[] headerBytes) Create a stream header that uses the given bytes.Methods in org.jboss.marshalling with parameters of type StreamHeaderModifier and TypeMethodDescriptionvoid
MarshallingConfiguration.setStreamHeader
(StreamHeader streamHeader) Set the stream header. -
Uses of StreamHeader in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as StreamHeaderModifier and TypeFieldDescriptionprivate static final StreamHeader
SerialMarshallerFactory.defaultHeader
Methods in org.jboss.marshalling.serial that return StreamHeaderModifier and TypeMethodDescriptionprotected StreamHeader
SerialMarshallerFactory.getDefaultStreamHeader()