@Immutable public final class CloudStorageFileAttributeView extends Object implements BasicFileAttributeView
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
name()
Returns .
|
CloudStorageFileAttributes |
readAttributes() |
void |
setTimes(FileTime lastModifiedTime,
FileTime lastAccessTime,
FileTime createTime)
This feature is not supported, since Cloud Storage objects are immutable.
|
String |
toString() |
public String name()
name
in interface AttributeView
name
in interface BasicFileAttributeView
public CloudStorageFileAttributes readAttributes() throws IOException
readAttributes
in interface BasicFileAttributeView
IOException
public void setTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime)
setTimes
in interface BasicFileAttributeView
Copyright © 2019 Google LLC. All rights reserved.