MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getSize

Method getSize

src/main/java/gate/util/ObjectWriter.java:91–93  ·  view source on GitHub ↗

Obtains the object size. @return the size of the object recieved as parameter for the constructor.

()

Source from the content-addressed store, hash-verified

89 * @return the size of the object recieved as parameter for the constructor.
90 */
91 public int getSize() {
92 return size;
93 }
94
95 /** Writes all the buffers to the output stream
96 */

Callers 10

runMethod · 0.45
initGuiComponentsMethod · 0.45
setFontValueMethod · 0.45
propertyChangeMethod · 0.45
getPopupMenuOriginMethod · 0.45
buildGuiMethod · 0.45
getItemCountMethod · 0.45
getPreferredSizeMethod · 0.45
updateStyleMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected