This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Removed files: libjava/gnu/java/net: SocketInputStream.java SocketOutputStream.java
Why have you remove these before waiting for a discussion ? I would really appreciate discussion about such stuff first.
Sorry Michael - I just realised that I forgot to mention this in the message I posted to java-patches. I removed these files because they are unused - they have equivalents in the inner classes PlainSocketImpl.SocketOutputStream and PlainSocketImpl.SocketInputStream. Implementing them as an inner class is a better design, I believe, because the java part is very small & simple, they are always 1:1 associated with an instance of PlainSocketImpl, and they rely on instance fields from PlainSocketImpl. In addition to this, the native parts are elegantly implemented in a single file (for each native platform).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |