|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--org.beepcore.beep.core.InputDataStreamAdapter
Method Summary | |
int |
available()
|
void |
close()
|
java.lang.String |
getContentType()
Returns the content type of a FrameDataStrea . |
java.util.Enumeration |
getHeaderNames()
Returns an Enumeration of all the MIME entity header names
belonging to this FrameDataStream . |
java.lang.String |
getHeaderValue(java.lang.String name)
Returns the value of the MIME entity header which corresponds to the given name . |
java.lang.String |
getTransferEncoding()
Returns the transfer encoding of a FrameDataStrea . |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
long |
skip(long n)
|
Methods inherited from class java.io.InputStream |
mark, markSupported, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int available()
available
in class java.io.InputStream
public void close()
close
in class java.io.InputStream
public java.lang.String getContentType() throws BEEPException
FrameDataStrea
. If the
Frame
containing the content type hasn't been received yet,
the method blocks until it is received.
BEEPException
public java.lang.String getHeaderValue(java.lang.String name) throws BEEPException
name
. If the Frame
containing the content type hasn't been received yet, the
method blocks until it is received.
name
- Name of the entity header.
BEEPException
public java.util.Enumeration getHeaderNames() throws BEEPException
Enumeration
of all the MIME entity header names
belonging to this FrameDataStream
. If the
Frame
containing the content type hasn't been received yet,
the method blocks until it is received.
BEEPException
public java.lang.String getTransferEncoding() throws BEEPException
FrameDataStrea
. If the
Frame
containing the content type hasn't been received yet,
the method blocks until it is received.
BEEPException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |