Class MetadataExtractor.StreamUtil

  • Enclosing class:
    MetadataExtractor

    public final class MetadataExtractor.StreamUtil
    extends java.lang.Object
    Author:
    Drew Noakes https://drewnoakes.com
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamUtil()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] readAllBytes​(java.io.InputStream stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamUtil

        public StreamUtil()
    • Method Detail

      • readAllBytes

        public byte[] readAllBytes​(java.io.InputStream stream)
                            throws java.io.IOException
        Throws:
        java.io.IOException