Class PNGConverter.MultipleInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Enclosing class:
    PNGConverter

    private static class PNGConverter.MultipleInputStream
    extends java.io.InputStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.InputStream currentStream  
      (package private) int currentStreamIdx  
      (package private) java.util.List<java.io.InputStream> inputStreams  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MultipleInputStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int available()  
      private boolean ensureStream()  
      int read()  
      int read​(byte[] b, int off, int len)  
      • Methods inherited from class java.io.InputStream

        close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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

      • inputStreams

        java.util.List<java.io.InputStream> inputStreams
      • currentStreamIdx

        int currentStreamIdx
      • currentStream

        java.io.InputStream currentStream
    • Constructor Detail

      • MultipleInputStream

        private MultipleInputStream()
    • Method Detail

      • ensureStream

        private boolean ensureStream()
      • read

        public int read()
                 throws java.io.IOException
        Specified by:
        read in class java.io.InputStream
        Throws:
        java.io.IOException
      • available

        public int available()
                      throws java.io.IOException
        Overrides:
        available in class java.io.InputStream
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Overrides:
        read in class java.io.InputStream
        Throws:
        java.io.IOException