Searched defs:getContent (Results 1 - 25 of 176) sorted by relevance

12345678

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSProcessable.java20 public Object getContent(); method in interface:CMSProcessable
H A DCMSAbsentContent.java40 public Object getContent() method in class:CMSAbsentContent
H A DCMSProcessableByteArray.java46 public Object getContent() method in class:CMSProcessableByteArray
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DNullMediaHeaderBox.java40 protected void getContent(ByteBuffer byteBuffer) { method in class:NullMediaHeaderBox
H A DChunkOffset64BitBox.java42 protected void getContent(ByteBuffer byteBuffer) { method in class:ChunkOffset64BitBox
H A DDataEntryUrlBox.java42 protected void getContent(ByteBuffer byteBuffer) { method in class:DataEntryUrlBox
H A DDataEntryUrnBox.java59 protected void getContent(ByteBuffer byteBuffer) { method in class:DataEntryUrnBox
H A DDataReferenceBox.java59 protected void getContent(ByteBuffer byteBuffer) { method in class:DataReferenceBox
H A DFreeSpaceBox.java56 protected void getContent(ByteBuffer byteBuffer) { method in class:FreeSpaceBox
H A DItemDataBox.java40 protected void getContent(ByteBuffer byteBuffer) { method in class:ItemDataBox
H A DItemProtectionBox.java55 protected void getContent(ByteBuffer byteBuffer) { method in class:ItemProtectionBox
H A DOriginalFormatBox.java61 protected void getContent(ByteBuffer byteBuffer) { method in class:OriginalFormatBox
H A DRecordingYearBox.java58 protected void getContent(ByteBuffer byteBuffer) { method in class:RecordingYearBox
H A DSampleDescriptionBox.java67 protected void getContent(ByteBuffer byteBuffer) { method in class:SampleDescriptionBox
H A DSoundMediaHeaderBox.java49 protected void getContent(ByteBuffer byteBuffer) { method in class:SoundMediaHeaderBox
/external/apache-http/src/org/apache/http/
H A DHttpEntity.java45 * depending on where their {@link #getContent content} originates:
82 * A repeatable entity's getContent() and writeTo(OutputStream) methods
150 InputStream getContent() throws IOException, IllegalStateException; method in interface:HttpEntity
169 * returned by {@link #getContent getContent} has been read to EOF,
/external/apache-http/src/org/apache/http/entity/
H A DBufferedHttpEntity.java81 public InputStream getContent() throws IOException { method in class:BufferedHttpEntity
85 return wrappedEntity.getContent();
H A DByteArrayEntity.java73 public InputStream getContent() { method in class:ByteArrayEntity
H A DEntityTemplate.java69 public InputStream getContent() { method in class:EntityTemplate
70 throw new UnsupportedOperationException("Entity template does not implement getContent()");
H A DFileEntity.java75 public InputStream getContent() throws IOException { method in class:FileEntity
H A DSerializableEntity.java75 public InputStream getContent() throws IOException, IllegalStateException { method in class:SerializableEntity
H A DStringEntity.java86 public InputStream getContent() throws IOException { method in class:StringEntity
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java111 public ASN1Encodable getContent() method in class:ContentInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DContentInfo.java68 public ASN1Encodable getContent() method in class:ContentInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
H A DPemObject.java51 public byte[] getContent() method in class:PemObject

Completed in 212 milliseconds

12345678