MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / ready

Method ready

Ports/CLDC11/src/java/io/Reader.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69 /// Tell whether this stream is ready to be read.
70 public boolean ready() throws java.io.IOException{
71 return false; //TODO codavaj!!
72 }
73
74 /// Reset the stream. If the stream has been marked, then attempt to reposition it at the mark. If the stream has not been marked, then attempt to reset it in some way appropriate to the particular stream, for example by repositioning it to its starting point. Not all character-input streams support the reset() operation, and some support reset() without supporting mark().
75 public void reset() throws java.io.IOException{

Callers 15

playAsyncMethod · 0.45
pauseAsyncMethod · 0.45
playAsyncMethod · 0.45
pauseAsyncMethod · 0.45
DFunction · 0.45
EFunction · 0.45
FFunction · 0.45
GFunction · 0.45
HFunction · 0.45
IFunction · 0.45
JFunction · 0.45
KFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected