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

Constructor Index

 o NNTPSourceStream(InputStream)

Method Index

 o endOfStream()
 o getContentDescriptor()
 o getContentLength()
 o getControl(String)
 o getControls()
 o read(byte[], int, int)
 o willReadBlock()

Constructors

 o NNTPSourceStream
 public NNTPSourceStream(InputStream is)

Methods

 o getContentDescriptor
 public ContentDescriptor getContentDescriptor()
 o getContentLength
 public long getContentLength()
 o endOfStream
 public boolean endOfStream()
 o willReadBlock
 public boolean willReadBlock()
 o read
 public int read(byte buffer[],
                 int offset,
                 int length) throws IOException
 o getControls
 public Object[] getControls()
 o getControl
 public Object getControl(String controlType)

All Packages  Class Hierarchy  This Package  Previous  Next  Index