Searched refs:getContent (Results 1 - 25 of 168) 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
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java30 * @tests java.net.ContentHandler#getContent(java.net.URLConnection,
38 Object content = handler.getContent(conn, classes);
42 content = handler.getContent(conn, classes);
47 content = handler.getContent(conn, classes2);
57 public Object getContent(URLConnection uConn) throws IOException { method in class:ContentHandlerImpl
/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/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryIdContentPair.java45 BinaryOutputCapsule getContent() { method in class:BinaryIdContentPair
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrlBox.java42 protected void getContent(ByteBuffer byteBuffer) { method in class:DataEntryUrlBox
H A DNullMediaHeaderBox.java40 protected void getContent(ByteBuffer byteBuffer) { method in class:NullMediaHeaderBox
H A DSubtitleMediaHeaderBox.java23 protected void getContent(ByteBuffer byteBuffer) { method in class:SubtitleMediaHeaderBox
H A DUserDataBox.java51 protected void getContent(ByteBuffer byteBuffer) { method in class:UserDataBox
52 super.getContent(byteBuffer); //To change body of overridden methods use File | Settings | File Templates.
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 DRecordingYearBox.java58 protected void getContent(ByteBuffer byteBuffer) { method in class:RecordingYearBox
H A DSoundMediaHeaderBox.java49 protected void getContent(ByteBuffer byteBuffer) { method in class:SoundMediaHeaderBox
H A DUnknownBox.java47 protected void getContent(ByteBuffer byteBuffer) { method in class:UnknownBox
H A DUserBox.java61 protected void getContent(ByteBuffer byteBuffer) { method in class:UserBox
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DContent.java10 public abstract Object getContent(); method in interface:Content
/external/apache-http/src/org/apache/http/entity/
H A DBasicHttpEntity.java78 public InputStream getContent() method in class:BasicHttpEntity
89 } // getContent
114 * {@link #getContent getContent}
126 InputStream instream = getContent();
H A DHttpEntityWrapper.java94 public InputStream getContent() method in class:HttpEntityWrapper
96 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()");
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DCharacterRecorder.java82 sb.append(aCharacterRecorder.getContent());
138 public String getContent() { method in class:CharacterRecorder
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
H A DFontTableBox.java44 protected void getContent(ByteBuffer byteBuffer) { method in class:FontTableBox
47 record.getContent(byteBuffer);
77 public void getContent(ByteBuffer bb) { method in class:FontTableBox.FontRecord
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleDataRateBox.java44 protected void getContent(ByteBuffer byteBuffer) { method in class:AppleDataRateBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentRandomAccessOffsetBox.java50 protected void getContent(ByteBuffer byteBuffer) { method in class:MovieFragmentRandomAccessOffsetBox

Completed in 852 milliseconds

1234567