public static final class RepoCommand.RemoteFile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
contents |
private FileMode |
fileMode |
Constructor and Description |
---|
RemoteFile(byte[] contents,
FileMode fileMode) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContents()
Contents of the file.
|
FileMode |
getFileMode() |
@NonNull private final byte[] contents
@NonNull public byte[] getContents()
Callers who receive this reference must not modify its contents (as it can point to internal cached data).