Class ViaNibbleArray

  • Direct Known Subclasses:
    NibbleArray_1_1

    public class ViaNibbleArray
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int actualSize()  
      void fill​(byte value)  
      byte get​(int index)  
      byte get​(int x, int y, int z)  
      byte[] getHandle()  
      void set​(int index, int value)  
      void set​(int x, int y, int z, int value)  
      void setHandle​(byte[] handle)  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • ViaNibbleArray

        public ViaNibbleArray​(int length)
      • ViaNibbleArray

        public ViaNibbleArray​(byte[] handle)
    • Method Detail

      • get

        public byte get​(int x,
                        int y,
                        int z)
      • get

        public byte get​(int index)
      • set

        public void set​(int x,
                        int y,
                        int z,
                        int value)
      • set

        public void set​(int index,
                        int value)
      • size

        public int size()
      • actualSize

        public int actualSize()
      • fill

        public void fill​(byte value)
      • getHandle

        public byte[] getHandle()
      • setHandle

        public void setHandle​(byte[] handle)