NIO2 API

Serialized Form


Package org.classpath.icedtea.java.io

Class org.classpath.icedtea.java.io.File extends File implements Serializable

Class org.classpath.icedtea.java.io.FilePermissionCollection extends PermissionCollection implements Serializable

serialVersionUID: 2202956749081564585L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
"permissions" field (a Vector containing the FilePermissions).
Throws:
IOException
Serialized Fields

permissions

Vector<E> permissions
A list of FilePermission objects.

Package org.classpath.icedtea.java.nio.channels

Class org.classpath.icedtea.java.nio.channels.AcceptPendingException extends IllegalStateException implements Serializable

serialVersionUID: 2721339977965416421L

Class org.classpath.icedtea.java.nio.channels.IllegalChannelGroupException extends IllegalArgumentException implements Serializable

serialVersionUID: -2495041211157744253L

Class org.classpath.icedtea.java.nio.channels.InterruptedByTimeoutException extends IOException implements Serializable

serialVersionUID: -4268008601014042947L

Class org.classpath.icedtea.java.nio.channels.ReadPendingException extends IllegalStateException implements Serializable

serialVersionUID: 1986315242191227217L

Class org.classpath.icedtea.java.nio.channels.ShutdownChannelGroupException extends IllegalStateException implements Serializable

serialVersionUID: -3903801676350154157L

Class org.classpath.icedtea.java.nio.channels.WritePendingException extends IllegalStateException implements Serializable

serialVersionUID: 7031871839266032276L


Package org.classpath.icedtea.java.nio.file

Class org.classpath.icedtea.java.nio.file.AccessDeniedException extends FileSystemException implements Serializable

serialVersionUID: 4943049599949219617L

Class org.classpath.icedtea.java.nio.file.AtomicMoveNotSupportedException extends FileSystemException implements Serializable

serialVersionUID: 5402760225333135579L

Class org.classpath.icedtea.java.nio.file.ClosedDirectoryStreamException extends IllegalStateException implements Serializable

serialVersionUID: 4228386650900895400L

Class org.classpath.icedtea.java.nio.file.ClosedFileSystemException extends IllegalStateException implements Serializable

serialVersionUID: -8158336077256193488L

Class org.classpath.icedtea.java.nio.file.ClosedWatchServiceException extends IllegalStateException implements Serializable

serialVersionUID: 1853336266231677732L

Class org.classpath.icedtea.java.nio.file.DirectoryNotEmptyException extends FileSystemException implements Serializable

serialVersionUID: 3056667871802779003L

Class org.classpath.icedtea.java.nio.file.FileAlreadyExistsException extends FileSystemException implements Serializable

serialVersionUID: 7579540934498831181L

Class org.classpath.icedtea.java.nio.file.FileSystemAlreadyExistsException extends RuntimeException implements Serializable

serialVersionUID: -5438419127181131148L

Class org.classpath.icedtea.java.nio.file.FileSystemException extends IOException implements Serializable

serialVersionUID: -3055425747967319812L

Serialized Fields

file

String file

other

String other

Class org.classpath.icedtea.java.nio.file.FileSystemNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 7999581764446402397L

Class org.classpath.icedtea.java.nio.file.InvalidPathException extends IllegalArgumentException implements Serializable

serialVersionUID: 4355821422286746137L

Serialized Fields

input

String input

index

int index

Class org.classpath.icedtea.java.nio.file.LinkPermission extends BasicPermission implements Serializable

serialVersionUID: -1441492453772213220L

Class org.classpath.icedtea.java.nio.file.NoSuchFileException extends FileSystemException implements Serializable

serialVersionUID: -1390291775875351931L

Class org.classpath.icedtea.java.nio.file.NotDirectoryException extends FileSystemException implements Serializable

serialVersionUID: -9011457427178200199L

Class org.classpath.icedtea.java.nio.file.NotLinkException extends FileSystemException implements Serializable

serialVersionUID: -388655596416518021L

Class org.classpath.icedtea.java.nio.file.ProviderMismatchException extends IllegalArgumentException implements Serializable

serialVersionUID: 4990847485741612530L

Class org.classpath.icedtea.java.nio.file.ProviderNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -1880012509822920354L

Class org.classpath.icedtea.java.nio.file.ReadOnlyFileSystemException extends UnsupportedOperationException implements Serializable

serialVersionUID: -6822409595617487197L


Package org.classpath.icedtea.java.nio.file.attribute

Class org.classpath.icedtea.java.nio.file.attribute.UserPrincipalNotFoundException extends IOException implements Serializable

serialVersionUID: -5369283889045833024L

Serialized Fields

name

String name


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.