|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MaintainerScript
Holds Debian maintainer script types and the InputStream
with the script content.
Nested Class Summary | |
---|---|
static class |
MaintainerScript.Type
The types of Debian maintainer scripts and the file names they should have. |
Method Summary | |
---|---|
long |
getSize()
Returns the number of bytes of data in the InputStream . |
InputStream |
getStream()
Returns the InputStream with the script contents for this type. |
MaintainerScript.Type |
getType()
Returns the MaintainerScript.Type of script this instance is. |
Method Detail |
---|
MaintainerScript.Type getType()
MaintainerScript.Type
of script this instance is.
InputStream getStream() throws IOException
InputStream
with the script contents for this type.
IOException
long getSize()
InputStream
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |