| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.iap.ResponseInputStream |
Class Overview
Inputstream that is used to read a Response.
Summary
| Fields |
|
private
BufferedInputStream |
bin |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
int
incrementSlop
Constant Value:
16
(0x00000010)
private
static
final
int
maxIncrement
Constant Value:
262144
(0x00040000)
private
static
final
int
minIncrement
Constant Value:
256
(0x00000100)
Fields
private
BufferedInputStream
bin
Public Constructors
public
ResponseInputStream
(InputStream in)
Public Methods
public
ByteArray
readResponse
()
Read a Response from the InputStream.
Returns
- ByteArray that contains the Response
Read a Response from the InputStream.
Returns
- ByteArray that contains the Response