mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
Init Commit
This commit is contained in:
7
src/main/java/zmodem/xfer/io/ObjectInputStream.java
Normal file
7
src/main/java/zmodem/xfer/io/ObjectInputStream.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package zmodem.xfer.io;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public abstract class ObjectInputStream<T> {
|
||||
public abstract T read() throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user