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