leinn32 / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

class LobStorageBackend$LobInputStream does not override method int avalaible() from InputStream #482

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
class LobStorageBackend$LobInputStream does not override method int avalaible() 
from InputStream

Proposition:
@Override
        public int available() throws IOException {

            return (int) length;
        }

Original issue reported on code.google.com by patrick....@bluewin.ch on 27 Jun 2013 at 9:42

GoogleCodeExporter commented 9 years ago
Thanks, fix committed.

Original comment by noelgrandin on 28 Jun 2013 at 2:56