|
JBoss Marshalling 1.2.1.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamHeader | |
|---|---|
| org.jboss.marshalling | The marshalling API. |
| Uses of StreamHeader in org.jboss.marshalling |
|---|
| Fields in org.jboss.marshalling declared as StreamHeader | |
|---|---|
protected StreamHeader |
AbstractMarshaller.streamHeader
The configured stream header. |
protected StreamHeader |
AbstractUnmarshaller.streamHeader
The configured stream header. |
| Methods in org.jboss.marshalling that return StreamHeader | |
|---|---|
protected StreamHeader |
AbstractMarshallerFactory.getDefaultStreamHeader()
Get the default stream header, which is used if none was configured. |
StreamHeader |
MarshallingConfiguration.getStreamHeader()
Get the stream header, or null 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 StreamHeader | |
|---|---|
void |
MarshallingConfiguration.setStreamHeader(StreamHeader streamHeader)
Set the stream header. |
|
JBoss Marshalling 1.2.1.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||