类 LineOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- cn.mcres.gyhhy.MXLib.io.LineOutputStream
-
- 所有已实现的接口:
Closeable
,Flushable
,AutoCloseable
public class LineOutputStream extends OutputStream
-
-
字段概要
字段 修饰符和类型 字段 说明 protected B3C
cr
protected byte[]
lineSeparator
-
构造器概要
构造器 限定符 构造器 说明 protected
LineOutputStream()
LineOutputStream(B3C v)
LineOutputStream(B3C v, byte[] lineSeparator)
-
-
-
字段详细资料
-
cr
protected B3C cr
-
lineSeparator
protected byte[] lineSeparator
-
-
方法详细资料
-
getLineSeparator
public static String getLineSeparator()
-
write
public void write(int b) throws IOException
- 指定者:
write
在类中OutputStream
- 抛出:
IOException
-
main
public static void main(String[] main)
-
test
protected int test(byte[] a, int p, int limit)
-
flush
public void flush() throws IOException
- 指定者:
flush
在接口中Flushable
- 覆盖:
flush
在类中OutputStream
- 抛出:
IOException
-
write
public void write(byte[] bf) throws IOException
- 覆盖:
write
在类中OutputStream
- 抛出:
IOException
-
write
public void write(byte[] a, int b, int c) throws IOException
- 覆盖:
write
在类中OutputStream
- 抛出:
IOException
-
callLine
public void callLine(byte[] line, int form, int limit) throws IOException
- 抛出:
IOException
-
-