KeyValuePair |
XTalkTransporter.consumeRootChildren(java.io.InputStream is,
Frame f,
byte[] buffer,
char[] cbuffer) |
|
KeyValuePair |
XTalkTransporter.consumeRootElement(java.io.InputStream is,
Frame f,
byte[] buffer,
char[] cbuffer) |
|
KeyValuePair |
Frame.fromStream(java.io.InputStream is) |
Populate this document using the given InputStream and the installed marshaller.
|
KeyValuePair |
FrameTransporter.fromStream(java.io.InputStream is,
Frame f) |
Marshal the frame to the input stream.
|
KeyValuePair |
SimpleTransportable.fromStream(java.io.InputStream os) |
Not implemented (throws UnsupportedOperationException if invoked) to preserve immutability.
|
KeyValuePair |
Transportable.fromStream(java.io.InputStream is) |
Read the object from the input stream.
|
KeyValuePair |
XTalkTransporter.fromStream(java.io.InputStream is,
Frame f) |
Parse the data-stream according to the XTalk protocol.
|
KeyValuePair |
XTalkTransporter.fromStreamWork(java.io.InputStream is,
Frame f) |
Once we know that this is an XTalk document, perform XTalk parsing.
|
KeyValuePair |
XTalkTransporter.fromStreamWork(java.io.InputStream is,
Frame f,
byte[] buffer,
char[] cbuffer) |
|
KeyValuePair |
BaseClient.getHeader() |
Fetch the header of the last Transportable received.
|
KeyValuePair |
Frame.getKeyValuePair(int which) |
Return the specified KeyValue pair.
|
KeyValuePair |
VinciFrame.getKeyValuePair(int which) |
Implementation of the abstract Frame method.
|