Package com.atlassian.bamboo.utils
Class ByteSource
java.lang.Object
com.atlassian.bamboo.utils.ByteSource
- Direct Known Subclasses:
FileInputSupplier
,PluginArtifactInputSupplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyTo
(OutputStream out) static ByteSource
slice
(int offset, int length)
-
Constructor Details
-
ByteSource
protected ByteSource() -
ByteSource
public ByteSource(byte[] data)
-
-
Method Details
-
fromPath
- Throws:
IOException
-
openStream
- Throws:
IOException
-
copyTo
- Throws:
IOException
-
hash
- Throws:
NoSuchAlgorithmException
-
slice
-