|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.FilterInputStream ca.idms.io.NativeDataInputStream ca.idms.io.UnicodeDataInputStream
public class UnicodeDataInputStream
A UnicodeDataInputStream read data in "network" format using Unicode.
Field Summary |
---|
Fields inherited from class ca.idms.io.NativeDataInputStream |
---|
dis, fmt |
Fields inherited from class java.io.FilterInputStream |
---|
in |
Method Summary | |
---|---|
java.lang.String |
readBytes(int len)
Reads a string from a stream as an array of bytes. |
Methods inherited from class ca.idms.io.NativeDataInputStream |
---|
getBuffer, getCount, getFormat, getPosition, readBoolean, readByte, readBytesInternal, readBytesKatakana, readChar, readDouble, readFloat, readFully, readFully, readGraphic, readInt, readLine, readLong, readPacked, readShort, readUnsignedByte, readUnsignedShort, readUTF, readZoned, setSize, skipBytes, snap, toBigDecimal |
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String readBytes(int len) throws java.io.UnsupportedEncodingException, java.io.IOException
readBytes
in class NativeDataInputStream
len
- number of characters to read from stream
java.io.UnsupportedEncodingException
- not likely
java.io.IOException
- if an IO error occursNativeDataOutputStream.writeBytes(String, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |