|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
be.SIRAPRISE.util.CRLFInputStream
public class CRLFInputStream
Constructor Summary | |
---|---|
CRLFInputStream(java.io.InputStream in)
Creates the CRLFInputStream |
Method Summary | |
---|---|
int |
read()
|
java.lang.String |
readLine(java.nio.charset.Charset charSet)
|
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRLFInputStream(java.io.InputStream in)
in
- The input stream underlying this input streamMethod Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public java.lang.String readLine(java.nio.charset.Charset charSet) throws java.io.IOException
charSet
- the charset used to encode when writing the file
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |