Package org.fressian
Interface Writer
- All Known Implementing Classes:
FressianWriter
public interface Writer
-
Method Summary
Modifier and TypeMethodDescriptionwriteBoolean
(boolean b) writeBytes
(byte[] b) writeBytes
(byte[] b, int offset, int length) writeDouble
(double d) writeFloat
(float d) writeFloat
(Object o) writeInt
(long l) writeObject
(Object o, boolean cache)
-
Method Details
-
writeNull
- Throws:
IOException
-
writeBoolean
- Throws:
IOException
-
writeBoolean
- Throws:
IOException
-
writeInt
- Throws:
IOException
-
writeInt
- Throws:
IOException
-
writeDouble
- Throws:
IOException
-
writeDouble
- Throws:
IOException
-
writeFloat
- Throws:
IOException
-
writeFloat
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeList
- Throws:
IOException
-
writeBytes
- Throws:
IOException
-
writeBytes
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
writeAs
- Throws:
IOException
-
writeAs
- Throws:
IOException
-
writeTag
- Throws:
IOException
-
resetCaches
- Throws:
IOException
-