Example usage for java.nio.channels Channel interface-usage

List of usage examples for java.nio.channels Channel interface-usage

Introduction

In this page you can find the example usage for java.nio.channels Channel interface-usage.

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 {