|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.armedbear.lisp.LispObject
org.armedbear.lisp.StructureObject
org.armedbear.lisp.Stream
org.armedbear.lisp.EchoStream
public final class EchoStream
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.armedbear.lisp.Stream |
---|
Stream.EolStyle, Stream.ReadtableAccessor |
Field Summary |
---|
Fields inherited from class org.armedbear.lisp.Stream |
---|
charPos, currentReadtable, elementType, encoding, eolChar, eolStyle, externalFormat, faslReadtable, isBinaryStream, isCharacterStream, isInputStream, isOutputStream, keywordDefault, lastChar, lineNumber, offset, platformEolStyle, reader |
Constructor Summary | |
---|---|
EchoStream(Stream in,
Stream out)
|
|
EchoStream(Stream in,
Stream out,
boolean interactive)
|
Method Summary | |
---|---|
protected boolean |
_charReady()
Returns a boolean indicating input readily available |
void |
_clearInput()
Reads all input from the underlying stream, until _charReady() indicates no more input to be available |
void |
_finishOutput()
Flushes any buffered output in the (underlying) stream |
int |
_readByte()
Reads an 8-bit byte off the underlying stream |
protected int |
_readChar()
Reads a character off an underlying stream |
protected void |
_unreadChar(int n)
Puts a character back into the (underlying) stream |
void |
_writeByte(int n)
Writes an 8-bit byte off the underlying stream |
void |
_writeChar(char c)
Writes a character into the underlying stream, updating charPos while doing so |
void |
_writeChars(char[] chars,
int start,
int end)
Writes a series of characters in the underlying stream, updating charPos while doing so |
void |
_writeLine(java.lang.String s)
Writes a string to the underlying stream, appending a new line and updating charPos while doing so |
void |
_writeString(java.lang.String s)
Writes a string to the underlying stream, updating charPos while doing so |
LispObject |
classOf()
|
LispObject |
close(LispObject abort)
|
LispObject |
freshLine()
|
LispObject |
getElementType()
|
Stream |
getInputStream()
|
Stream |
getOutputStream()
|
boolean |
isBinaryInputStream()
|
boolean |
isBinaryOutputStream()
|
boolean |
isCharacterInputStream()
|
boolean |
isCharacterOutputStream()
|
boolean |
isInputStream()
|
boolean |
isOutputStream()
|
LispObject |
listen()
|
java.lang.String |
toString()
|
LispObject |
typeOf()
|
LispObject |
typep(LispObject type)
|
Methods inherited from class org.armedbear.lisp.StructureObject |
---|
equalp, getFixnumSlotValue, getParts, getSlotIndex, getSlotValue_0, getSlotValue_1, getSlotValue_2, getSlotValue_3, getSlotValue, getSlotValueAsBoolean, psxhash, psxhash, setSlotValue_0, setSlotValue_1, setSlotValue_2, setSlotValue_3, setSlotValue, setSlotValue, SLOT_VALUE, writeToString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EchoStream(Stream in, Stream out)
public EchoStream(Stream in, Stream out, boolean interactive)
Method Detail |
---|
public LispObject getElementType()
getElementType
in class Stream
public Stream getInputStream()
public Stream getOutputStream()
public LispObject typeOf()
typeOf
in class Stream
public LispObject classOf()
classOf
in class Stream
public LispObject typep(LispObject type)
typep
in class Stream
public boolean isInputStream()
isInputStream
in class Stream
public boolean isOutputStream()
isOutputStream
in class Stream
public boolean isCharacterInputStream()
isCharacterInputStream
in class Stream
public boolean isBinaryInputStream()
isBinaryInputStream
in class Stream
public boolean isCharacterOutputStream()
isCharacterOutputStream
in class Stream
public boolean isBinaryOutputStream()
isBinaryOutputStream
in class Stream
protected int _readChar() throws java.io.IOException
Stream
_readChar
in class Stream
java.io.IOException
protected void _unreadChar(int n) throws java.io.IOException
Stream
_unreadChar
in class Stream
java.io.IOException
protected boolean _charReady() throws java.io.IOException
Stream
_charReady
in class Stream
java.io.IOException
public void _writeChar(char c)
Stream
_writeChar
in class Stream
public void _writeChars(char[] chars, int start, int end)
Stream
_writeChars
in class Stream
public void _writeString(java.lang.String s)
Stream
_writeString
in class Stream
public void _writeLine(java.lang.String s)
Stream
_writeLine
in class Stream
public int _readByte()
Stream
_readByte
in class Stream
public void _writeByte(int n)
Stream
_writeByte
in class Stream
public void _finishOutput()
Stream
_finishOutput
in class Stream
public void _clearInput()
Stream
_clearInput
in class Stream
public LispObject close(LispObject abort)
close
in class Stream
public LispObject listen()
listen
in class Stream
public LispObject freshLine()
freshLine
in class Stream
public java.lang.String toString()
toString
in class Stream
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |