Package org.apache.bcel.classfile
Class Utility.JavaWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.bcel.classfile.Utility.JavaWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Enclosing class:
Utility
Encode bytes into valid Java identifier characters. Used by
encode()
-
Field Summary
Fields inherited from class java.io.FilterWriter
out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterWriter
close, flush
-
Constructor Details
-
JavaWriter
-
-
Method Details
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-
write
- Overrides:
write
in classFilterWriter
- Throws:
IOException
-