Package org.jruby
Class RubyEncoding.RawCoder
java.lang.Object
org.jruby.RubyEncoding.RawCoder
- Enclosing class:
- RubyEncoding
A cached decoder object to decode bytes as raw binary (ISO-8859-1 or ASCII-8BIT) content.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
charBuffer
private final char[] charBuffer
-
-
Constructor Details
-
RawCoder
private RawCoder()
-
-
Method Details
-
decode
-