public class TMemoryBuffer extends Object implements TTransport
| Constructor and Description |
|---|
TMemoryBuffer(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(byte[] buf,
int off,
int len) |
void |
write(byte[] buf,
int off,
int len) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic void read(byte[] buf,
int off,
int len)
throws TTransportException
read in interface TTransportTTransportExceptionpublic void write(byte[] buf,
int off,
int len)
write in interface TTransportCopyright © 2012–2021. All rights reserved.