Package org.jruby.util
Interface ByteListHolder
- All Known Subinterfaces:
CodeRangeable
- All Known Implementing Classes:
RubyString
,RubyString.FString
public interface ByteListHolder
-
Method Summary
-
Method Details
-
getByteList
ByteList getByteList() -
modify
void modify() -
modify
void modify(int length)
-