模块  java.desktop
软件包  javax.imageio.stream

Class ImageOutputStreamImpl

    • 构造方法详细信息

      • ImageOutputStreamImpl

        public ImageOutputStreamImpl()
        构造一个 ImageOutputStreamImpl
    • 方法详细信息

      • flushBits

        protected final void flushBits()
                                throws IOException
        如果位偏移非零,则强制当前字节中的其余位为0并使流位置前进一位。 此方法应由write(int)write(byte[], int, int)方法开头的子类调用。
        异常
        IOException - 如果发生I / O错误。