Uses of Class
javax.imageio.stream.IIOByteBuffer
-
Packages that use IIOByteBuffer 软件包 描述 javax.imageio.stream Java Image I / O API的一个封装,处理来自文件和流的低级I / O。 -
-
Uses of IIOByteBuffer in javax.imageio.stream
Methods in javax.imageio.stream with parameters of type IIOByteBuffer Modifier and Type 方法 描述 void
ImageInputStream. readBytes(IIOByteBuffer buf, int len)
从流中读取最多len
个字节,并修改提供的IIOByteBuffer
以指示可能找到数据的字节数组,偏移量和长度。void
ImageInputStreamImpl. readBytes(IIOByteBuffer buf, int len)
-