Class RandomAccessCharacterFile
java.lang.Object
org.armedbear.lisp.util.RandomAccessCharacterFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()final voidflush()final longlength()final longposition()final voidposition(long newPosition) final intread(byte[] b, int off, int len) voidsetEncoding(String encoding) final voidunreadByte(byte b) final voidunreadChar(char c)
-
Constructor Details
-
RandomAccessCharacterFile
- Throws:
IOException
-
-
Method Details
-
setEncoding
-
getWriter
-
getReader
-
getInputStream
-
getOutputStream
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
position
- Throws:
IOException
-
position
- Throws:
IOException
-
length
- Throws:
IOException
-
read
- Throws:
IOException
-
unreadChar
- Throws:
IOException
-
unreadByte
- Throws:
IOException
-