MCPcopy Create free account
hub / github.com/oshi/oshi / getSize

Method getSize

oshi-core/src/main/java/oshi/hardware/HWPartition.java:130–132  ·  view source on GitHub ↗

Getter for the field size . @return Returns the size in bytes.

()

Source from the content-addressed store, hash-verified

128 * @return Returns the size in bytes.
129 */
130 public long getSize() {
131 return this.size;
132 }
133
134 /**
135 * <p>

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected