javax.media
Interface CachedStream


public interface CachedStream

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 void abortRead()
           
 boolean getEnabledBuffering()
           
 void setEnabledBuffering(boolean b)
           
 boolean willReadBytesBlock(int numBytes)
           
 boolean willReadBytesBlock(long offset, int numBytes)
           
 

Method Detail

setEnabledBuffering

void setEnabledBuffering(boolean b)

getEnabledBuffering

boolean getEnabledBuffering()

willReadBytesBlock

boolean willReadBytesBlock(long offset,
                           int numBytes)

willReadBytesBlock

boolean willReadBytesBlock(int numBytes)

abortRead

void abortRead()