|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Reader
java.io.InputStreamReader
okapi.util.OkapiStoreReader
public class OkapiStoreReader
Reader for OkapiStore
| Field Summary |
|---|
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
OkapiStoreReader(OkapiStore store)
Create a StoreReader that uses the default character encoding. |
|
OkapiStoreReader(OkapiStore store,
java.lang.String enc)
Create a StoreReader that uses the named character encoding. |
|
| Method Summary |
|---|
| Methods inherited from class java.io.InputStreamReader |
|---|
close, getEncoding, read, read, ready |
| Methods inherited from class java.io.Reader |
|---|
mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OkapiStoreReader(OkapiStore store)
throws java.io.FileNotFoundException
java.io.FileNotFoundException
public OkapiStoreReader(OkapiStore store,
java.lang.String enc)
throws java.io.FileNotFoundException,
java.io.UnsupportedEncodingException
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||