public interface WireAdapter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WireAdapter.WireAdapterHelper |
| Modifier and Type | Field and Description |
|---|---|
static WireAdapter.WireAdapterHelper |
HELPER |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
prepareToReadFrom(InputStream is) |
void |
prepareToWriteTo(OutputStream out) |
Entry |
readEntry() |
String |
readKey() |
<T> void |
write(String key,
Entry entry) |
static final WireAdapter.WireAdapterHelper HELPER
void prepareToWriteTo(OutputStream out) throws IOException
IOException<T> void write(String key, Entry entry) throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid prepareToReadFrom(InputStream is) throws IOException
IOExceptionString readKey() throws IOException
IOExceptionEntry readEntry() throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2017. All rights reserved.