Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

ReadWriteFileChannel Class Reference

Inherits org::apache::harmony::nio::internal::FileChannelImpl.

List of all members.


Public Member Functions

 ReadWriteFileChannel (Object stream, long handle)
final MappedByteBuffer map (MapMode mode, long position, long size) throws IOException

Constructor & Destructor Documentation

ReadWriteFileChannel ( Object  stream,
long  handle 
)


Member Function Documentation

final MappedByteBuffer map ( MapMode  mode,
long  position,
long  size 
) throws IOException [virtual]

Implements FileChannelImpl.