org.xwt.util
Interface KnownLength

All Known Implementing Classes:
HTTP.HTTPInputStream, KnownLength.KnownLengthInputStream

public interface KnownLength

a generic interface for things that "know" their length


Nested Class Summary
static class KnownLength.KnownLengthInputStream
           
 
Method Summary
 int getLength()
           
 

Method Detail

getLength

public int getLength()