Class MultiPartInputStreamParser.Base64InputStream

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

    private static class MultiPartInputStreamParser.Base64InputStream
    extends java.io.InputStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] _buffer  
      (package private) ReadLineInputStream _in  
      (package private) java.lang.String _line  
      (package private) int _pos  
      (package private) java.util.Base64.Decoder base64Decoder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int read()  
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, read, read, reset, skip
      • Methods inherited from class java.lang.Object

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

      • _line

        java.lang.String _line
      • _buffer

        byte[] _buffer
      • _pos

        int _pos
      • base64Decoder

        java.util.Base64.Decoder base64Decoder
    • Method Detail

      • read

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