Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.nio.channels
Version documentée : Java SE 17

Classe « FileChannel »

Informations générales

Héritage

java.lang.Object
    java.nio.channels.spi.AbstractInterruptibleChannel
        java.nio.channels.FileChannel

Interfaces implémentées

java.nio.channels.GatheringByteChannel
java.nio.channels.ScatteringByteChannel
java.nio.channels.SeekableByteChannel

Définition

public abstract class FileChannel extends java.nio.channels.spi.AbstractInterruptibleChannel
implements java.nio.channels.GatheringByteChannel,
java.nio.channels.ScatteringByteChannel,
java.nio.channels.SeekableByteChannel

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
FileChannel()

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

Propriétés héritées de la classe java.nio.channels.spi.AbstractInterruptibleChannel

open

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public abstract void force( boolean metaData )
public FileLock lock()
public abstract FileLock lock( long position, long size, boolean shared )
public abstract MappedByteBuffer map( MapMode mode, long position, long size )
public static FileChannel open( Path path, Set<? extends java.nio.file.OpenOption> options, FileAttribute<?>[] attrs )
public static FileChannel open( Path path, OpenOption[] options )
public abstract long position()
public abstract FileChannel position( long newPosition )
public abstract int read( ByteBuffer dst )
public abstract int read( ByteBuffer dst, long position )
public long read( ByteBuffer[] dsts )
public abstract long read( ByteBuffer[] dsts, int offset, int length )
public abstract long size()
public abstract long transferFrom( ReadableByteChannel src, long position, long count )
public abstract long transferTo( long position, long count, WritableByteChannel target )
public abstract FileChannel truncate( long size )
public abstract FileLock tryLock( long position, long size, boolean shared )
public FileLock tryLock()
public abstract int write( ByteBuffer src, long position )
public abstract int write( ByteBuffer src )
public abstract long write( ByteBuffer[] srcs, int offset, int length )
public long write( ByteBuffer[] srcs )

Méthodes héritées de la classe java.nio.channels.spi.AbstractInterruptibleChannel

begin, close, end, implCloseChannel, isOpen

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait