Class UserProvidedContentInputStream
java.lang.Object
java.io.InputStream
hudson.plugins.emailext.plugins.content.UserProvidedContentInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Marker class for script content loaded from the workspace.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
UserProvidedContentInputStream
-
-
Method Details
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
mark
public void mark(int readlimit) - Overrides:
markin classInputStream
-
reset
- Overrides:
resetin classInputStream- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classInputStream
-
hashCode
public int hashCode() -
equals
-
toString
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-