Package com.mapr.fs

Class PutLogger.ByteArrayWrapper

java.lang.Object
com.mapr.fs.PutLogger.ByteArrayWrapper
All Implemented Interfaces:
Comparable
Enclosing class:
PutLogger

public class PutLogger.ByteArrayWrapper extends Object implements Comparable
  • Constructor Details

    • ByteArrayWrapper

      public ByteArrayWrapper(ByteBuffer a)
    • ByteArrayWrapper

      public ByteArrayWrapper(byte[] a)
  • Method Details

    • array

      public byte[] array()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(Object other)
      Specified by:
      compareTo in interface Comparable