Package org.apache.jute
Class ToStringOutputArchive
java.lang.Object
org.apache.jute.ToStringOutputArchive
- All Implemented Interfaces:
OutputArchive
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ToStringOutputArchive. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
startRecord
(Record r, String tag) void
startVector
(List<?> v, String tag) void
void
writeBuffer
(byte[] buf, String tag) void
void
writeDouble
(double d, String tag) void
writeFloat
(float f, String tag) void
void
void
writeRecord
(Record r, String tag) void
writeString
(String s, String tag)
-
Constructor Details
-
ToStringOutputArchive
Creates a new instance of ToStringOutputArchive.- Throws:
UnsupportedEncodingException
-
-
Method Details
-
writeByte
- Specified by:
writeByte
in interfaceOutputArchive
- Throws:
IOException
-
writeBool
- Specified by:
writeBool
in interfaceOutputArchive
- Throws:
IOException
-
writeInt
- Specified by:
writeInt
in interfaceOutputArchive
- Throws:
IOException
-
writeLong
- Specified by:
writeLong
in interfaceOutputArchive
- Throws:
IOException
-
writeFloat
- Specified by:
writeFloat
in interfaceOutputArchive
- Throws:
IOException
-
writeDouble
- Specified by:
writeDouble
in interfaceOutputArchive
- Throws:
IOException
-
writeString
- Specified by:
writeString
in interfaceOutputArchive
- Throws:
IOException
-
writeBuffer
- Specified by:
writeBuffer
in interfaceOutputArchive
- Throws:
IOException
-
writeRecord
- Specified by:
writeRecord
in interfaceOutputArchive
- Throws:
IOException
-
startRecord
- Specified by:
startRecord
in interfaceOutputArchive
- Throws:
IOException
-
endRecord
- Specified by:
endRecord
in interfaceOutputArchive
- Throws:
IOException
-
startVector
- Specified by:
startVector
in interfaceOutputArchive
- Throws:
IOException
-
endVector
- Specified by:
endVector
in interfaceOutputArchive
- Throws:
IOException
-
startMap
- Specified by:
startMap
in interfaceOutputArchive
- Throws:
IOException
-
endMap
- Specified by:
endMap
in interfaceOutputArchive
- Throws:
IOException
-