public class GHBlob extends Object
GHTreeEntry.asBlob(),
GHRepository.getBlob(String),
Get a blob| Constructor and Description |
|---|
GHBlob() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Encoded content.
|
String |
getEncoding() |
String |
getSha() |
long |
getSize()
Number of bytes in this blob.
|
URL |
getUrl()
API URL of this blob.
|
InputStream |
read()
Retrieves the actual bytes of the blob.
|
public URL getUrl()
public String getSha()
public long getSize()
public String getEncoding()
public InputStream read()
Copyright © 2017. All rights reserved.