Mercurial > hg > RemoteEditor > REPSessionManager
view rep/channel/REPUnpack.java @ 181:3a2c6c2f9761
*** empty log message ***
author | kent |
---|---|
date | Fri, 29 Aug 2008 13:30:46 +0900 |
parents | 690182302c05 |
children |
line wrap: on
line source
package rep.channel; import java.io.IOException; import java.nio.channels.SocketChannel; public interface REPUnpack<P> { public P unpackUConv(SocketChannel sc) throws IOException; }