public class RpcLineEndFilterOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
static byte |
P4SERVER_LINSEP_BYTE |
static String |
P4SERVER_LINSEP_STR
What the Perforce server uses as a line end separator when sending
us text file contents
|
out
Constructor and Description |
---|
RpcLineEndFilterOutputStream(OutputStream out,
ClientLineEnding lineEnding) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(OutputStream out,
byte[] bytes,
int off,
int len) |
close, flush, write
public static final String P4SERVER_LINSEP_STR
public static final byte P4SERVER_LINSEP_BYTE
public RpcLineEndFilterOutputStream(OutputStream out, ClientLineEnding lineEnding)
public void write(OutputStream out, byte[] bytes, int off, int len) throws IOException
IOException
public void write(byte[] bytes, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] bytes) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2017 Perforce Software. All Rights Reserved.