public interface XBTStreamable
| Modifier and Type | Method and Description |
|---|---|
void |
readXBTStream(XBTInputStream stream)
Try to read Level 1 XBUP Stream as a class content.
|
void |
writeXBTStream(XBTOutputStream stream)
Transforms give class into Level 1 XBUP Stream.
|
void readXBTStream(XBTInputStream stream) throws XBProcessingException, XBParseException
stream - Input streamXBProcessingExceptionXBParseExceptionvoid writeXBTStream(XBTOutputStream stream) throws XBProcessingException, java.io.IOException
stream - Output streamXBProcessingExceptionjava.io.IOException