扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.stream接口imageoutputstream的类成员方法: flushbefore定义及介绍
发布时间:2014-2-18
本文导语:
flushbefore
void flushbefore(long pos)
throws ioexception
刷新给定位置之前所有数据的缓冲并转到底层目标(如 outputstream 或 file)。试图查找流的刷新部分将导致抛出 indexoutofboundsexception。
指定者:接口 imageinputstream 中的 f...