Package org.jruby.ext.stringio
Class StringIO.StringIOData
java.lang.Object
org.jruby.ext.stringio.StringIO.StringIOData
- Enclosing class:
- StringIO
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.jcodings.Encoding(package private) int(package private) int(package private) int(package private) RubyStringATTN: the value of internal might be reset to null (during StringIO.open with block), so watch out for that. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
string
RubyString stringATTN: the value of internal might be reset to null (during StringIO.open with block), so watch out for that. -
enc
org.jcodings.Encoding enc -
pos
int pos -
lineno
int lineno -
flags
int flags
-
-
Constructor Details
-
StringIOData
StringIOData()
-