|
|||||||||
| 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.SlimeOutputStream
public final class SlimeOutputStream
| 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 |
| Method Summary | |
|---|---|
void |
_finishOutput()
Flushes any buffered output in the (underlying) stream |
protected long |
_getFilePosition()
Returns a (non-negative) file position integer or a negative value if the position cannot be determined. |
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 |
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, printObject, psxhash, psxhash, setSlotValue_0, setSlotValue_1, setSlotValue_2, setSlotValue_3, setSlotValue, setSlotValue, SLOT_VALUE |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public LispObject typeOf()
typeOf in class Streampublic LispObject classOf()
classOf in class Streampublic LispObject typep(LispObject type)
typep in class Streampublic void _writeChar(char c)
Stream
_writeChar in class Stream
public void _writeChars(char[] chars,
int start,
int end)
Stream
_writeChars in class Streampublic void _writeString(java.lang.String s)
Stream
_writeString in class Streampublic void _writeLine(java.lang.String s)
Stream
_writeLine in class Streamprotected long _getFilePosition()
Stream
_getFilePosition in class Streampublic void _finishOutput()
Stream
_finishOutput in class Stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||