Pandora

Results 4 issues of Pandora

Calling readNBytes on InputStream of pseudo tcp socket instance, causes it to hang in loop forever. I think this behavior is caused by `PseudoTcpInputStream#read(byte[], int, int)` implementation which doesn't know...

I added guard code for case when provided length is zero in PseudoTcpInputStream#read Idk if guard code from length == 0 should be placed on lower level than PseudoTcpInputStream#read, it's...

Sharing own BAD opinion on something really doesn't help and repel possible viewers of repository. Maybe for you java sucks, but for me it's great language. Let the languages be...

https://github.com/usrflo/encfs4j/blob/2ae3cc665dba4e95404b74bf9e50eea05af81321/src/main/java/de/agitos/encfs4j/CipherFileChannel.java#L132 This line of code suggests that `CipherFileChannel` always requires sub file system to implement toFile() method. This method links very versatile java nio file system framework with legacy java...