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