public class StreamAndInfo extends Object implements AutoCloseable
Constructor and Description |
---|
StreamAndInfo(InputStream stream,
Long size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Long |
getSize()
getter for size
|
InputStream |
getStream()
getter for stream
|
public StreamAndInfo(InputStream stream, Long size)
public InputStream getStream()
public Long getSize()
public void close()
close
in interface AutoCloseable
Copyright © 2019 Vitam. All rights reserved.