List of usage examples for java.nio.channels Channel interface-usage
From source file com.healthmarketscience.jackcess.PageChannel.java
/** * Reads and writes individual pages in a database file * @author Tim McCune */ public class PageChannel implements Channel, Flushable {
From source file com.healthmarketscience.jackcess.impl.PageChannel.java
/** * Reads and writes individual pages in a database file * @author Tim McCune */ public class PageChannel implements Channel, Flushable {