Class StoredFieldsInts


  • class StoredFieldsInts
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StoredFieldsInts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void readInts​(IndexInput in, int count, long[] values, int offset)
      Read count integers into values.
      private static void readInts16​(IndexInput in, int count, long[] values, int offset)  
      private static void readInts32​(IndexInput in, int count, long[] values, int offset)  
      private static void readInts8​(IndexInput in, int count, long[] values, int offset)  
      (package private) static void writeInts​(int[] values, int start, int count, DataOutput out)  
      private static void writeInts16​(DataOutput out, int count, int[] values, int offset)  
      private static void writeInts32​(DataOutput out, int count, int[] values, int offset)  
      private static void writeInts8​(DataOutput out, int count, int[] values, int offset)  
      • Methods inherited from class java.lang.Object

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

      • StoredFieldsInts

        private StoredFieldsInts()
    • Method Detail

      • writeInts

        static void writeInts​(int[] values,
                              int start,
                              int count,
                              DataOutput out)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • writeInts8

        private static void writeInts8​(DataOutput out,
                                       int count,
                                       int[] values,
                                       int offset)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • writeInts16

        private static void writeInts16​(DataOutput out,
                                        int count,
                                        int[] values,
                                        int offset)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • writeInts32

        private static void writeInts32​(DataOutput out,
                                        int count,
                                        int[] values,
                                        int offset)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • readInts

        static void readInts​(IndexInput in,
                             int count,
                             long[] values,
                             int offset)
                      throws java.io.IOException
        Read count integers into values.
        Throws:
        java.io.IOException
      • readInts8

        private static void readInts8​(IndexInput in,
                                      int count,
                                      long[] values,
                                      int offset)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • readInts16

        private static void readInts16​(IndexInput in,
                                       int count,
                                       long[] values,
                                       int offset)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • readInts32

        private static void readInts32​(IndexInput in,
                                       int count,
                                       long[] values,
                                       int offset)
                                throws java.io.IOException
        Throws:
        java.io.IOException