public class RpcLineEndFilterInputStream extends FilterInputStream
in| Constructor and Description |
|---|
RpcLineEndFilterInputStream(InputStream inStream,
ClientLineEnding lineEnding) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b)
Convenience method; equivalent to read(b, 0, b.length).
|
int |
read(byte[] targetBytes,
int off,
int len)
Read from the associated input stream looking for end of line
strings to replace with the Perforce server newline character.
|
void |
reset() |
long |
skip(long n) |
closepublic RpcLineEndFilterInputStream(InputStream inStream, ClientLineEnding lineEnding)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] targetBytes,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic void mark(int readlimit)
mark in class FilterInputStreampublic boolean markSupported()
markSupported in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2017 Perforce Software. All Rights Reserved.