public interface UBStreamable
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
fromStreamUB(java.io.InputStream stream)
Method for reading values in UB Encoding from standard data stream.
|
int |
sizeUB()
Method for reading size of data which would be saved in data stream.
|
int |
toStreamUB(java.io.OutputStream stream)
Method for writting values in UB Encoding to standard data stream.
|
int toStreamUB(java.io.OutputStream stream)
throws java.io.IOException
stream - Stream to writejava.io.IOExceptionint fromStreamUB(java.io.InputStream stream)
throws java.io.IOException,
XBProcessingException
stream - Stream to readjava.io.IOExceptionXBProcessingExceptionint sizeUB()