Package com.mapr.fs

Class PutLogger.ByteArrayWrapper

  • All Implemented Interfaces:
    java.lang.Comparable
    Enclosing class:
    PutLogger

    public class PutLogger.ByteArrayWrapper
    extends java.lang.Object
    implements java.lang.Comparable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] array()  
      int compareTo​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteArrayWrapper

        public ByteArrayWrapper​(java.nio.ByteBuffer a)
      • ByteArrayWrapper

        public ByteArrayWrapper​(byte[] a)
    • Method Detail

      • array

        public byte[] array()
      • hashCode

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

        public int compareTo​(java.lang.Object other)
        Specified by:
        compareTo in interface java.lang.Comparable