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

1234567

/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.java45 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
/external/apache-http/src/org/apache/http/
H A DHttpEntity.java45 * depending on where their {@link #getContent content} originates:
77 * A repeatable entity's getContent() and writeTo(OutputStream) methods
145 InputStream getContent() throws IOException, IllegalStateException; method in interface:HttpEntity
164 * returned by {@link #getContent getContent} has been read to EOF,
/external/apache-http/src/org/apache/http/entity/
H A DBufferedHttpEntity.java76 public InputStream getContent() throws IOException { method in class:BufferedHttpEntity
80 return wrappedEntity.getContent();
H A DByteArrayEntity.java68 public InputStream getContent() { method in class:ByteArrayEntity
H A DEntityTemplate.java64 public InputStream getContent() { method in class:EntityTemplate
65 throw new UnsupportedOperationException("Entity template does not implement getContent()");
H A DFileEntity.java70 public InputStream getContent() throws IOException { method in class:FileEntity
H A DSerializableEntity.java69 public InputStream getContent() throws IOException, IllegalStateException { method in class:SerializableEntity
H A DStringEntity.java81 public InputStream getContent() throws IOException { method in class:StringEntity
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java72 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
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryIdContentPair.java45 BinaryOutputCapsule getContent() { method in class:BinaryIdContentPair

Completed in 235 milliseconds

1234567