Class MetadataExtractorTest.SequentialAccessTestBase

    • Constructor Detail

      • SequentialAccessTestBase

        public SequentialAccessTestBase()
    • Method Detail

      • testDefaultEndianness

        public void testDefaultEndianness()
      • testGetInt8

        public void testGetInt8()
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetUInt8

        public void testGetUInt8()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetUInt8_OutOfBounds

        public void testGetUInt8_OutOfBounds()
      • testGetInt16

        public void testGetInt16()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetUInt16

        public void testGetUInt16()
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetUInt16_OutOfBounds

        public void testGetUInt16_OutOfBounds()
      • testGetInt32

        public void testGetInt32()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetUInt32

        public void testGetUInt32()
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetInt32_OutOfBounds

        public void testGetInt32_OutOfBounds()
      • testGetInt64

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

        public void testGetInt64_OutOfBounds()
      • testGetFloat32

        public void testGetFloat32()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetFloat64

        public void testGetFloat64()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetNullTerminatedString

        public void testGetNullTerminatedString()
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetString

        public void testGetString()
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • testGetBytes

        public void testGetBytes()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • 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
      • testSkipEOF

        public void testSkipEOF()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testTrySkipEOF

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