Package aQute.lib.json
Class Encoder
java.lang.Object
aQute.lib.json.Encoder
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(CharSequence sq) append(CharSequence sq, int start, int length) voidclose()deflate()byte[]digest()voidflush()keepOpen()mark()to()to(OutputStream out) to(Appendable out) toString()
-
Method Details
-
put
- Throws:
Exception
-
mark
- Throws:
NoSuchAlgorithmException
-
digest
- Throws:
NoSuchAlgorithmExceptionIOException
-
to
- Throws:
IOException
-
to
- Throws:
IOException
-
charset
-
charset
-
to
- Throws:
IOException
-
to
- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
toString
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
writeDefaults
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
deflate
-
indent
-
linebreak
-
keepOpen
-