Package org.openjdk.asmtools.common
Class uEscWriter
java.lang.Object
java.io.Writer
org.openjdk.asmtools.common.uEscWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final char[]
(package private) OutputStream
(package private) byte[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hexTable
static final char[] hexTable -
out
OutputStream out -
tmpl
byte[] tmpl
-
-
Constructor Details
-
uEscWriter
-
-
Method Details
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
flush
public void flush() -
close
public void close()
-