Uses of Class
jebl.evolution.io.ByteBuilder
Packages that use ByteBuilder
-
Uses of ByteBuilder in jebl.evolution.io
Methods in jebl.evolution.io that return ByteBuilderModifier and TypeMethodDescriptionByteBuilder.append(char c) Appends an ASCII character (seeisCharacterAscii(char)) to this ByteBuilder.ByteBuilder.append(CharSequence charSequence) Appends an ASCII CharSequence to this ByteBuilder.ByteBuilder.append(CharSequence csq, int start, int end)