Package gov.nih.mipav.model.file
Class MetadataExtractorTest.AdobeJpegReaderTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.AdobeJpegReaderTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.AdobeJpegReaderTest extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description AdobeJpegReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataExtractor.AdobeJpegDirectory
processBytes(java.lang.String filePath)
void
testReadAdobeJpegMetadata1()
void
testSegmentTypes()
-
-
-
Method Detail
-
processBytes
public MetadataExtractor.AdobeJpegDirectory processBytes(java.lang.String filePath) throws java.io.IOException
- Throws:
java.io.IOException
-
testSegmentTypes
public void testSegmentTypes() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testReadAdobeJpegMetadata1
public void testReadAdobeJpegMetadata1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-