wt.wrmf.delivery
Class SizeCalculator
java.lang.Object
java.io.OutputStream
wt.wrmf.delivery.SizeCalculator
- All Implemented Interfaces:
- Serializable
- public class SizeCalculator
- extends OutputStream
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Method Summary |
long |
getSize()
Supported API: false |
void |
write(int b)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
size
private long size
obj
private Serializable obj
isDone
boolean isDone
versionID
private static final String versionID
- See Also:
- Constant Field Values
SizeCalculator
public SizeCalculator(Serializable obj)
Supported API: false
- Parameters:
obj
-
write
public void write(int b)
throws IOException
Supported API: false
- Parameters:
b
-
- Throws:
IOException
getSize
public long getSize()
throws IOException
Supported API: false
- Returns:
- long
- Throws:
IOException