public abstract class LoadableResource extends Object implements Resource, Comparable<LoadableResource>
| 构造器和说明 |
|---|
LoadableResource() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(LoadableResource o) |
abstract Reader |
read()
Reads the contents of this resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAbsolutePath, getAbsolutePathOnDisk, getFilename, getRelativePathpublic abstract Reader read()
public int compareTo(LoadableResource o)
compareTo 在接口中 Comparable<LoadableResource>Copyright © 2022. All rights reserved.