Package org.eclipse.jetty.util
Class MultiPartInputStreamParser.Base64InputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.eclipse.jetty.util.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
-
Constructor Summary
Constructors Constructor Description Base64InputStream(ReadLineInputStream rlis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-
-
-
Field Detail
-
_in
ReadLineInputStream _in
-
_line
java.lang.String _line
-
_buffer
byte[] _buffer
-
_pos
int _pos
-
base64Decoder
java.util.Base64.Decoder base64Decoder
-
-
Constructor Detail
-
Base64InputStream
public Base64InputStream(ReadLineInputStream rlis)
-
-