|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Writer com.objsys.asn1j.runtime.Asn1CharOutputStream com.objsys.asn1j.runtime.Asn1JsonOutputStream com.objsys.asn1j.runtime.Asn1JsonOutputBuffer
public class Asn1JsonOutputBuffer
A byte-array backed Asn1JsonOutputStream that adds a getBytes method.
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
Asn1JsonOutputBuffer()
Create an Asn1JsonOutputBuffer that will encode to UTF-8. |
Method Summary | |
---|---|
byte[] |
getBytes()
|
Methods inherited from class com.objsys.asn1j.runtime.Asn1JsonOutputStream |
---|
encodeString |
Methods inherited from class com.objsys.asn1j.runtime.Asn1CharOutputStream |
---|
close, decrLevel, flush, incrLevel, indent, setWriteWhitespace, write |
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1JsonOutputBuffer()
Method Detail |
---|
public byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |