public class DefaultWireAdapter extends AbstractWireAdapter
WireAdapter.WireAdapterHelperkey, ois, READ_LIMITHELPER| Constructor and Description |
|---|
DefaultWireAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Entry |
nextEntry() |
String |
nextKey() |
protected void |
read(boolean mandatory,
ObjectInputStream ois,
Catalog catalog) |
void |
readHeader(ObjectInputStream objectInputStream,
Catalog catalog) |
protected void |
write(ObjectOutputStream objectOutputStream,
Catalog catalog) |
void |
write(ObjectOutputStream oos,
String key,
Object value,
Entry.ContextType contextType,
EnumSet<PropagationMode> propagationModes,
String className) |
protected void |
writeFooter(ObjectOutputStream objectOutputStream) |
void |
writeHeader(ObjectOutputStream oos) |
flush, prepareToReadFrom, prepareToWriteTo, readEntry, readKey, writepublic void writeHeader(ObjectOutputStream oos) throws IOException
writeHeader in class AbstractWireAdapterIOExceptionpublic void write(ObjectOutputStream oos, String key, Object value, Entry.ContextType contextType, EnumSet<PropagationMode> propagationModes, String className) throws IOException
write in class AbstractWireAdapterIOExceptionpublic void readHeader(ObjectInputStream objectInputStream, Catalog catalog) throws IOException
readHeader in class AbstractWireAdapterIOExceptionpublic String nextKey() throws IOException
nextKey in class AbstractWireAdapterIOExceptionpublic Entry nextEntry() throws IOException, ClassNotFoundException
nextEntry in class AbstractWireAdapterIOExceptionClassNotFoundExceptionprotected void writeFooter(ObjectOutputStream objectOutputStream) throws IOException
writeFooter in class AbstractWireAdapterIOExceptionprotected void write(ObjectOutputStream objectOutputStream, Catalog catalog) throws IOException
write in class AbstractWireAdapterIOExceptionprotected void read(boolean mandatory,
ObjectInputStream ois,
Catalog catalog)
throws IOException
read in class AbstractWireAdapterIOExceptionCopyright © 2019. All rights reserved.