public static final class RepoCommand.RemoteFile extends Object
| Constructor and Description | 
|---|
RemoteFile(byte[] contents,
          FileMode fileMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getContents()
Contents of the file. 
 | 
FileMode | 
getFileMode()  | 
@NonNull public byte[] getContents()
Callers who receive this reference must not modify its contents (as it can point to internal cached data).
Copyright © 2021 Eclipse JGit Project. All rights reserved.