public interface BinaryContentRevision extends ByteBackedContentRevision
Modifier and Type | Method and Description |
---|---|
byte [] |
getBinaryContent()
Content of the revision.
|
default byte [] |
getContentAsBytes()
Content of the revision.
|
getContent, getFile, getRevisionNumber
byte [] getBinaryContent() throws VcsException
VcsException
- in case when content retrieval failsdefault byte [] getContentAsBytes() throws VcsException
ByteBackedContentRevision
getContentAsBytes
in interface ByteBackedContentRevision
VcsException
- in case when content retrieval fails