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.IOException
VcsException
@Deprecated byte [] getContent() throws java.io.IOException, VcsException
loadContent()
insteadjava.io.IOException
VcsException
default java.nio.charset.Charset getDefaultCharset()