com.twelvemonkeys.imageio.stream.Cache Maven / Gradle / Ivy
package com.twelvemonkeys.imageio.stream;
import java.nio.channels.SeekableByteChannel;
interface Cache extends SeekableByteChannel {
void flushBefore(long pos);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy