Package gov.nih.mipav.model.file
Class MetadataExtractorTest.RandomAccessFileReaderTest
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessTestBase
gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessFileReaderTest
- Enclosing class:
MetadataExtractorTest
public class MetadataExtractorTest.RandomAccessFileReaderTest
extends MetadataExtractorTest.RandomAccessTestBase
- Author:
- Drew Noakes https://drewnoakes.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataExtractor.RandomAccessReadercreateReader(byte[] bytes) voidvoidMethods 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
-
Field Details
-
_tempFile
-
_randomAccessFile
-
-
Constructor Details
-
RandomAccessFileReaderTest
public RandomAccessFileReaderTest()
-
-
Method Details
-
createReader
- Specified by:
createReaderin classMetadataExtractorTest.RandomAccessTestBase
-
deleteTempFile
- Throws:
IOException
-
testConstructWithNullBufferThrows
- Throws:
IOException
-