Returns the total number of bytes written to this stream so far. @return the number of bytes written to this stream.
()
| 110 | * @return the number of bytes written to this stream. |
| 111 | */ |
| 112 | public int size() { |
| 113 | return count; |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Returns the contents of this ByteArrayOutputStream as a byte array. Any |