类 ByteOutputStream

java.lang.Object
java.io.OutputStream
com.sh.util.stream.ByteOutputStream
所有已实现的接口:
Closeable, Flushable, AutoCloseable

public class ByteOutputStream extends OutputStream

Description: 由于jdk10中没有com.sun.xml.internal.messaging.saaj.util.ByteOutputStream,所以自定义

Title:首亨软件 - 聚天平台

从以下版本开始:
2020年1月15日
  • 字段详细资料

    • buf

      protected byte[] buf
    • count

      protected int count
  • 构造器详细资料

    • ByteOutputStream

      public ByteOutputStream()
    • ByteOutputStream

      public ByteOutputStream(int n)
  • 方法详细资料