MCPcopy Index your code
hub / github.com/dumbledore/AlbiteREADER / length

Method length

src/org/albite/io/RandomReadingFile.java:80–82  ·  view source on GitHub ↗

@return the size of the file @throws ConnectionClosedException if the file is closed. @throws java.lang.SecurityException if the security of the application does not have read access for the file

()

Source from the content-addressed store, hash-verified

78 * access for the file
79 */
80 public final int length() throws IOException {
81 return (int) file.fileSize();
82 }
83
84 public final String getName() {
85 return file.getName();

Callers 15

seekMethod · 0.95
ZipEntryMethod · 0.80
setCommentMethod · 0.80
isDirectoryMethod · 0.80
readEntriesMethod · 0.80
PartialInputStreamMethod · 0.80
exitMIDletMethod · 0.80
setTextBoxStringMethod · 0.80
splitMethod · 0.80
indexOfMethod · 0.80
getTextForBookmarkMethod · 0.80

Calls 1

fileSizeMethod · 0.65

Tested by

no test coverage detected