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
IOException
void flush() throws IOException
IOException
void prepareToReadFrom(InputStream is) throws IOException
IOException
String readKey() throws IOException
IOException
Entry readEntry() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2020. All rights reserved.