Uses of Interface
org.jruby.util.ByteListHolder
Packages that use ByteListHolder
-
Uses of ByteListHolder in org.jruby
Classes in org.jruby that implement ByteListHolderModifier and TypeClassDescriptionclassImplementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.Methods in org.jruby with parameters of type ByteListHolderModifier and TypeMethodDescriptionprivate static intRubyMatchData.nameToBackrefNumber(Ruby runtime, org.joni.Regex pattern, org.joni.Region regs, ByteListHolder str) -
Uses of ByteListHolder in org.jruby.util
Subinterfaces of ByteListHolder in org.jruby.utilMethods in org.jruby.util with parameters of type ByteListHolderModifier and TypeMethodDescriptionstatic ByteListStringSupport.replaceInternal(int beg, int len, ByteListHolder source, CodeRangeable repl) -
Uses of ByteListHolder in org.jruby.util.io
Methods in org.jruby.util.io with parameters of type ByteListHolderModifier and TypeMethodDescriptionstatic voidEncodingUtils.rbStrBufCat(Ruby runtime, ByteListHolder str, byte[] ptrBytes, int ptr, int len) static org.jcodings.EncodingEncodingUtils.STR_ENC_GET(ByteListHolder str) static voidEncodingUtils.strBufCat(Ruby runtime, ByteListHolder str, byte[] ptrBytes, int ptr, int len)