Package gov.nih.mipav.model.file
Class MetadataExtractorTest.RandomAccessStreamReaderTest
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessTestBase
gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessStreamReaderTest
- Enclosing class:
MetadataExtractorTest
public class MetadataExtractorTest.RandomAccessStreamReaderTest
extends MetadataExtractorTest.RandomAccessTestBase
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataExtractor.RandomAccessReadercreateReader(byte[] bytes) voidMethods inherited from class gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessTestBase
testDefaultEndianness, testGetBytesEOF, testGetFloat32, testGetFloat64, testGetInt16, testGetInt32, testGetInt32_OutOfBounds, testGetInt64, testGetInt64_OutOfBounds, testGetInt8, testGetInt8EOF, testGetNullTerminatedString, testGetString, testGetUInt16, testGetUInt16_OutOfBounds, testGetUInt32, testGetUInt8, testGetUInt8_OutOfBounds, testIndexPlusCountExceedsIntMaxValue, testOverflowBoundsCalculation
-
Constructor Details
-
RandomAccessStreamReaderTest
public RandomAccessStreamReaderTest()
-
-
Method Details
-
testConstructWithNullBufferThrows
public void testConstructWithNullBufferThrows() -
createReader
- Specified by:
createReaderin classMetadataExtractorTest.RandomAccessTestBase
-