MCPcopy Create free account
hub / github.com/zaproxy/zaproxy / size

Method size

zap/src/main/java/org/zaproxy/zap/utils/ByteBuilder.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 public int size() {
74 return size;
75 }
76
77 public void truncate(int size) {
78 array = Arrays.copyOf(array, size);

Calls

no outgoing calls