Class MetadataExtractorTest.RandomAccessTestBase

    • Constructor Detail

      • RandomAccessTestBase

        public RandomAccessTestBase()
    • Method Detail

      • testDefaultEndianness

        public void testDefaultEndianness()
      • testGetInt8

        public void testGetInt8()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetUInt8

        public void testGetUInt8()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetUInt8_OutOfBounds

        public void testGetUInt8_OutOfBounds()
      • testGetInt16

        public void testGetInt16()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetUInt16

        public void testGetUInt16()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetUInt16_OutOfBounds

        public void testGetUInt16_OutOfBounds()
      • testGetInt32

        public void testGetInt32()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetUInt32

        public void testGetUInt32()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetInt32_OutOfBounds

        public void testGetInt32_OutOfBounds()
      • testGetInt64

        public void testGetInt64()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetInt64_OutOfBounds

        public void testGetInt64_OutOfBounds()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetFloat32

        public void testGetFloat32()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetFloat64

        public void testGetFloat64()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetNullTerminatedString

        public void testGetNullTerminatedString()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetString

        public void testGetString()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIndexPlusCountExceedsIntMaxValue

        public void testIndexPlusCountExceedsIntMaxValue()
      • testOverflowBoundsCalculation

        public void testOverflowBoundsCalculation()
      • testGetBytesEOF

        public void testGetBytesEOF()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetInt8EOF

        public void testGetInt8EOF()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception