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 class
Blob.Smart
Smart Blob with extra features.Methods in com.jcabi.github that return Blob Modifier and Type Method Description Blob
Blobs. create(String content, String encoding)
Create a blob.Blob
Blobs. 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.
-