All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twelvemonkeys.imageio.stream.Cache Maven / Gradle / Ivy

There is a newer version: 3.12.0
Show newest version
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