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.static classAn FString is a frozen string that is also deduplicated and cached. -
Uses of ByteListHolder in org.jruby.api
Methods in org.jruby.api with parameters of type ByteListHolderModifier and TypeMethodDescriptionstatic voidMRI.rb_str_buf_cat(Ruby runtime, ByteListHolder str, byte[] ptrBytes, int ptr, int len) -
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)