MCPcopy Index your code
hub / github.com/cSploit/android / getLength

Method getLength

cSploit/src/org/csploit/android/net/ByteBuffer.java:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public int getLength(){
137 return (mBuffer == null ? 0 : mBuffer.length);
138 }
139
140 public boolean isEmpty(){
141 return getLength() == 0;

Callers 2

isEmptyMethod · 0.95
startElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected