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) |
close
public RpcLineEndFilterInputStream(InputStream inStream, ClientLineEnding lineEnding)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] targetBytes, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
public void mark(int readlimit)
mark
in class FilterInputStream
public boolean markSupported()
markSupported
in class FilterInputStream
public void reset() throws IOException
reset
in class FilterInputStream
IOException
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
Copyright © 2017 Perforce Software. All Rights Reserved.