Package org.armedbear.lisp.util
Class RandomAccessCharacterFile
java.lang.Object
org.armedbear.lisp.util.RandomAccessCharacterFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
close()
final void
flush()
final long
length()
final long
position()
final void
position
(long newPosition) final int
read
(byte[] b, int off, int len) void
setEncoding
(String encoding) final void
unreadByte
(byte b) final void
unreadChar
(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
-