|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryStream
Interface for a Quercus stream
Field Summary | |
---|---|
static int |
SEEK_CUR
|
static int |
SEEK_END
|
static int |
SEEK_SET
|
Method Summary | |
---|---|
void |
close()
All streams can be closed. |
long |
getPosition()
Tells the position in the stream. |
boolean |
isEOF()
Returns true if end-of-file has been reached |
long |
seek(long offset,
int whence)
Seek according to offset and whence. |
boolean |
setPosition(long offset)
Sets the current position in the stream. |
Value |
stat()
Returns an array filled with stat information. |
Field Detail |
---|
static final int SEEK_SET
static final int SEEK_CUR
static final int SEEK_END
Method Detail |
---|
void close()
long getPosition()
boolean setPosition(long offset)
long seek(long offset, int whence)
boolean isEOF()
Value stat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |