- java.lang.Object
-
- java.io.Reader
-
- org.apache.poi.hwpf.util.LittleEndianCP950Reader
-
- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable
@Internal
public class LittleEndianCP950Reader
extends java.io.Reader
Stream that converts CP950 (MSOffice's dialect of Big5), with
zero-byte padding for ASCII and in LittleEndianOrder.
-
-
Field Summary
-
Fields inherited from class java.io.Reader
lock
-
Method Summary
-
Methods inherited from class java.io.Reader
mark, markSupported, read, read, ready, reset, skip
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
public int read()
- Overrides:
read
in class java.io.Reader
-
close
public void close()
- Specified by:
close
in interface java.io.Closeable
- Specified by:
close
in interface java.lang.AutoCloseable
- Specified by:
close
in class java.io.Reader
Copyright 2021 The Apache Software Foundation or
its licensors, as applicable.