Obtains the object size. @return the size of the object recieved as parameter for the constructor.
()
| 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 | */ |
no outgoing calls
no test coverage detected