Mercurial Hosting > luan
comparison src/goodjava/rpc/FixedLengthInputStream.java @ 1491:491b355acef7
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 02 May 2020 21:09:17 -0600 |
| parents | 9a2a2181a58f |
| children |
comparison
equal
deleted
inserted
replaced
| 1490:9a2a2181a58f | 1491:491b355acef7 |
|---|---|
| 1 package goodjava.rpc; | 1 package goodjava.rpc; |
| 2 | 2 |
| 3 import java.io.InputStream; | 3 import java.io.InputStream; |
| 4 import java.io.FilterInputStream; | |
| 5 import java.io.IOException; | 4 import java.io.IOException; |
| 6 import java.io.EOFException; | 5 import java.io.EOFException; |
| 7 | 6 |
| 8 | 7 |
| 9 final class FixedLengthInputStream extends goodjava.io.FixedLengthInputStream { | 8 final class FixedLengthInputStream extends goodjava.io.FixedLengthInputStream { |
