Uses of Class
one.microstream.bytes.VarByte
-
Packages that use VarByte Package Description one.microstream.bytes one.microstream.chars -
-
Uses of VarByte in one.microstream.bytes
Methods in one.microstream.bytes that return VarByte Modifier and Type Method Description VarByteVarByte. add(boolean b)VarByteVarByte. add(byte c)VarByteVarByte. add(byte[] bytes)VarByteVarByte. add(double d)VarByteVarByte. add(float f)VarByteVarByte. add(int i)VarByteVarByte. add(long l)VarByteVarByte. add(short s)VarByteVarByte. add(String s)VarByteVarByte. add(VarByte varByte)VarByteVarByte. append(boolean value)VarByteVarByte. append(byte value)VarByteVarByte. append(byte[] bytes)VarByteVarByte. append(byte[] bytes, int offset, int length)VarByteVarByte. append(char value)VarByteVarByte. append(double value)VarByteVarByte. append(float value)VarByteVarByte. append(int value)VarByteVarByte. append(long value)VarByteVarByte. append(short value)VarByteVarByte. appendArray(byte... bytes)VarByteVarByte. apply(Consumer<? super VarByte> procedure)VarByteVarByte. clear()Only preferable toreset()for security reasons.VarByteVarByte. deleteByteAt(int index)VarByteVarByte. deleteLast(int n)VarByteVarByte. deleteLastByte()static VarByteVarByte. New()static VarByteVarByte. New(int initialCapacity)Use this constructor only if really a specific size is needed or of the text to be handled is really big.
Otherwise, use the factory methods as they are faster due to skipping capacity checks and bounds adjustment.VarByteVarByte. printlnTo(PrintStream printStream)Passes a copy of the internal byte array to thePrintStream.println(String)method of the passedPrintStreaminstance.VarByteVarByte. printTo(PrintStream printStream)Passes a copy of the internal byte array to thePrintStream.print(String)method of the passedPrintStreaminstance.VarByteVarByte. repeat(int amount, byte b)VarByteVarByte. replaceFirst(byte sample, byte replacement)VarByteVarByte. replaceFirst(int beginIndex, byte sample, byte replacement)VarByteVarByte. reset()VarByteVarByte. reverse()VarByteVarByte. setByte(int index, byte c)VarByteVarByte. setBytes(int index, byte... c)VarByteVarByte. setLastByte(byte c)VarByteVarByte. shrinkTo(int n)VarByteVarByte. subsequence(int beginIndex, int endIndex)VarByteVarByte. subSequence(int start, int end)VarByteVarByte. surrogateByteReverse()Deprecated.not implemented yet.Methods in one.microstream.bytes with parameters of type VarByte Modifier and Type Method Description VarByteVarByte. add(VarByte varByte)static booleanVarByte. hasContent(VarByte varByte)static booleanVarByte. hasNoContent(VarByte varByte) -
Uses of VarByte in one.microstream.chars
Methods in one.microstream.chars that return VarByte Modifier and Type Method Description static VarByteXChars. readAllBytesFromInputStream(InputStream inputStream)static VarByteXChars. readAllBytesFromInputStream(VarByte bytes, InputStream inputStream)Methods in one.microstream.chars with parameters of type VarByte Modifier and Type Method Description static VarByteXChars. readAllBytesFromInputStream(VarByte bytes, InputStream inputStream)
-