List of usage examples for java.nio.channels WritableByteChannel interface-usage
From source file io.dyn.net.nio.BufferByteChannel.java
/** * @author Jon Brisbin <jon@jbrisbin.com> */ public class BufferByteChannel implements ReadableByteChannel, WritableByteChannel { private Buffer buffer;
From source file rascal.storage.loose.LooseStorageNodeWritableChannel.java
class LooseStorageNodeWritableChannel implements WritableByteChannel { private static final String TEMP_FILE_NAME_PREFIX = "temp_obj_"; private static final int TEMP_FILE_NAME_SUFFEX_LENGTH = 6; private LooseStorageLayout storageLayout;