public interface TdrCompositeType extends PackInterface, UnpackInterface
| Modifier and Type | Method and Description |
|---|---|
void |
construct() |
int |
getSizeInfo(byte[] buffer,
int size) |
void |
pack(TdrWriteBuf destBuf,
int cutVer) |
void |
unpack(TdrReadBuf srcBuf,
int cutVer) |
String |
visualize(int indent,
char separator) |
void |
visualize(TdrVisualBuf destBuf,
int indent,
char separator) |
getMaxNetSize, packunpackvoid construct()
throws TdrException
TdrExceptionvoid pack(TdrWriteBuf destBuf, int cutVer) throws TdrException
TdrExceptionvoid unpack(TdrReadBuf srcBuf, int cutVer) throws TdrException
TdrExceptionString visualize(int indent, char separator) throws TdrException
TdrExceptionvoid visualize(TdrVisualBuf destBuf, int indent, char separator) throws TdrException
TdrExceptionint getSizeInfo(byte[] buffer,
int size)
throws TdrException
TdrExceptionCopyright © 2026. All rights reserved.