public interface VcsFileContent
| Modifier and Type | Method and Description |
|---|---|
byte [] |
getContent()
Deprecated.
Use
loadContent() instead |
default java.nio.charset.Charset |
getDefaultCharset() |
byte [] |
loadContent() |
byte [] loadContent()
throws java.io.IOException,
VcsException
java.io.IOExceptionVcsException@Deprecated
byte [] getContent()
throws java.io.IOException,
VcsException
loadContent() insteadjava.io.IOExceptionVcsExceptiondefault java.nio.charset.Charset getDefaultCharset()