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 TypeClassDescriptionclass
Implementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.static class
An 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 void
MRI.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 ByteList
StringSupport.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 void
EncodingUtils.rbStrBufCat
(Ruby runtime, ByteListHolder str, byte[] ptrBytes, int ptr, int len) static org.jcodings.Encoding
EncodingUtils.STR_ENC_GET
(ByteListHolder str) static void
EncodingUtils.strBufCat
(Ruby runtime, ByteListHolder str, byte[] ptrBytes, int ptr, int len)