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, getRevisionNumberbyte [] getBinaryContent()
throws VcsException
VcsException - in case when content retrieval failsdefault byte [] getContentAsBytes()
throws VcsException
ByteBackedContentRevisiongetContentAsBytes in interface ByteBackedContentRevisionVcsException - in case when content retrieval fails