Uses of Class
com.yahoo.io.GrowableByteBuffer
Packages that use GrowableByteBuffer
-
Uses of GrowableByteBuffer in com.yahoo.io
Methods in com.yahoo.io that return GrowableByteBufferModifier and TypeMethodDescriptionstatic GrowableByteBufferGrowableByteBuffer.allocate(int capacity) static GrowableByteBufferGrowableByteBuffer.allocate(int capacity, float growFactor) static GrowableByteBufferGrowableByteBuffer.allocateDirect(int capacity) static GrowableByteBufferGrowableByteBuffer.allocateDirect(int capacity, float growFactor) GrowableByteBuffer.asReadOnlyBuffer()GrowableByteBuffer.compact()GrowableByteBuffer.duplicate()GrowableByteBuffer.get(byte[] dst) GrowableByteBuffer.get(byte[] dst, int offset, int length) GrowableByteBuffer.put(byte b) GrowableByteBuffer.put(byte[] src) GrowableByteBuffer.put(byte[] src, int offset, int length) GrowableByteBuffer.put(int index, byte b) GrowableByteBuffer.put(GrowableByteBuffer src) GrowableByteBuffer.put(ByteBuffer src) GrowableByteBuffer.putChar(char value) GrowableByteBuffer.putChar(int index, char value) GrowableByteBuffer.putDouble(double value) GrowableByteBuffer.putDouble(int index, double value) GrowableByteBuffer.putFloat(float value) GrowableByteBuffer.putFloat(int index, float value) GrowableByteBuffer.putInt(int value) GrowableByteBuffer.putInt(int index, int value) GrowableByteBuffer.putLong(int index, long value) GrowableByteBuffer.putLong(long value) GrowableByteBuffer.putShort(int index, short value) GrowableByteBuffer.putShort(short value) GrowableByteBuffer.slice()Behaves as ByteBuffer slicing, but the internal buffer will no longer be shared if one of the buffers is forced to grow.static GrowableByteBufferGrowableByteBuffer.wrap(byte[] array) static GrowableByteBufferGrowableByteBuffer.wrap(byte[] array, float growFactor) static GrowableByteBufferGrowableByteBuffer.wrap(byte[] array, int offset, int length) static GrowableByteBufferGrowableByteBuffer.wrap(byte[] array, int offset, int length, float growFactor) Methods in com.yahoo.io with parameters of type GrowableByteBufferModifier and TypeMethodDescriptionintGrowableByteBuffer.compareTo(GrowableByteBuffer that) GrowableByteBuffer.put(GrowableByteBuffer src) -
Uses of GrowableByteBuffer in com.yahoo.tensor.serialization
Methods in com.yahoo.tensor.serialization that return GrowableByteBufferModifier and TypeMethodDescriptionstatic GrowableByteBufferTypedBinaryFormat.encode(Tensor tensor, GrowableByteBuffer buffer) Methods in com.yahoo.tensor.serialization with parameters of type GrowableByteBufferModifier and TypeMethodDescriptionDenseBinaryFormat.decode(Optional<TensorType> optionalType, GrowableByteBuffer buffer) static TensorTypedBinaryFormat.decode(Optional<TensorType> type, GrowableByteBuffer buffer) Decode some data to a tensorvoidDenseBinaryFormat.encode(GrowableByteBuffer buffer, Tensor tensor) static GrowableByteBufferTypedBinaryFormat.encode(Tensor tensor, GrowableByteBuffer buffer) -
Uses of GrowableByteBuffer in com.yahoo.vespa.objects
Fields in com.yahoo.vespa.objects declared as GrowableByteBufferMethods in com.yahoo.vespa.objects that return GrowableByteBufferMethods in com.yahoo.vespa.objects with parameters of type GrowableByteBufferModifier and TypeMethodDescriptionprotected final voidBufferSerializer.setBuf(GrowableByteBuffer buf) Constructors in com.yahoo.vespa.objects with parameters of type GrowableByteBuffer