Class ByteBufferImpl

  • All Implemented Interfaces:
    org.infinispan.commons.io.ByteBuffer

    @Deprecated
    public class ByteBufferImpl
    extends org.infinispan.commons.io.ByteBufferImpl
    Deprecated.
    A byte buffer that exposes the internal byte array with minimal copying
    Since:
    4.0
    Author:
    (various)
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.infinispan.commons.io.ByteBufferImpl

        org.infinispan.commons.io.ByteBufferImpl.Externalizer
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBufferImpl​(byte[] buf, int offset, int length)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class org.infinispan.commons.io.ByteBufferImpl

        copy, equals, getBuf, getLength, getOffset, getStream, hashCode, toJDKByteBuffer, toString
    • Constructor Detail

      • ByteBufferImpl

        public ByteBufferImpl​(byte[] buf,
                              int offset,
                              int length)
        Deprecated.