All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.media.protocol.nntp.NNTPSourceStream
java.lang.Object
|
+----ejmf.toolkit.media.protocol.nntp.NNTPSourceStream
- public class NNTPSourceStream
- extends Object
- implements PullSourceStream
-
NNTPSourceStream(InputStream)
-
-
endOfStream()
-
-
getContentDescriptor()
-
-
getContentLength()
-
-
getControl(String)
-
-
getControls()
-
-
read(byte[], int, int)
-
-
willReadBlock()
-
NNTPSourceStream
public NNTPSourceStream(InputStream is)
getContentDescriptor
public ContentDescriptor getContentDescriptor()
getContentLength
public long getContentLength()
endOfStream
public boolean endOfStream()
willReadBlock
public boolean willReadBlock()
read
public int read(byte buffer[],
int offset,
int length) throws IOException
getControls
public Object[] getControls()
getControl
public Object getControl(String controlType)
All Packages Class Hierarchy This Package Previous Next Index