Closes our streams. It's up to you to close any OggPacketWriter instances first!
()
| 93 | * first! |
| 94 | */ |
| 95 | public void close() throws IOException { |
| 96 | if(inp != null) |
| 97 | inp.close(); |
| 98 | if(out != null) |
| 99 | out.close(); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Returns a reader that will allow you to read packets |
no outgoing calls