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 TypeMethodDescriptionvoidvoidvoidlongvoidvoidstartRecord(Record r, String tag) voidstartVector(List<?> v, String tag) voidvoidwriteBuffer(byte[] buf, String tag) voidvoidwriteDouble(double d, String tag) voidwriteFloat(float f, String tag) voidvoidvoidwriteRecord(Record r, String tag) voidwriteString(String s, String tag)
-
Constructor Details
-
ToStringOutputArchive
Creates a new instance of ToStringOutputArchive.- Throws:
UnsupportedEncodingException
-
-
Method Details
-
writeByte
- Specified by:
writeBytein interfaceOutputArchive- Throws:
IOException
-
writeBool
- Specified by:
writeBoolin interfaceOutputArchive- Throws:
IOException
-
writeInt
- Specified by:
writeIntin interfaceOutputArchive- Throws:
IOException
-
writeLong
- Specified by:
writeLongin interfaceOutputArchive- Throws:
IOException
-
writeFloat
- Specified by:
writeFloatin interfaceOutputArchive- Throws:
IOException
-
writeDouble
- Specified by:
writeDoublein interfaceOutputArchive- Throws:
IOException
-
writeString
- Specified by:
writeStringin interfaceOutputArchive- Throws:
IOException
-
writeBuffer
- Specified by:
writeBufferin interfaceOutputArchive- Throws:
IOException
-
writeRecord
- Specified by:
writeRecordin interfaceOutputArchive- Throws:
IOException
-
startRecord
- Specified by:
startRecordin interfaceOutputArchive- Throws:
IOException
-
endRecord
- Specified by:
endRecordin interfaceOutputArchive- Throws:
IOException
-
startVector
- Specified by:
startVectorin interfaceOutputArchive- Throws:
IOException
-
endVector
- Specified by:
endVectorin interfaceOutputArchive- Throws:
IOException
-
startMap
- Specified by:
startMapin interfaceOutputArchive- Throws:
IOException
-
endMap
- Specified by:
endMapin interfaceOutputArchive- Throws:
IOException
-
getDataSize
public long getDataSize()- Specified by:
getDataSizein interfaceOutputArchive
-