Uses of Interface
com.jcabi.github.Blob
-
Packages that use Blob Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Blob in com.jcabi.github
Classes in com.jcabi.github that implement Blob Modifier and Type Class Description static classBlob.SmartSmart Blob with extra features.Methods in com.jcabi.github that return Blob Modifier and Type Method Description BlobBlobs. create(String content, String encoding)Create a blob.BlobBlobs. get(String sha)Get specific blob by sha.Constructors in com.jcabi.github with parameters of type Blob Constructor Description Smart(Blob blb)Public ctor.
-