OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytechannel
(Results
1 - 22
of
22
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoFile.java
37
ReadableByteChannel
byteChannel
;
45
this.
byteChannel
= new FileInputStream(f).getChannel();
50
public IsoFile(ReadableByteChannel
byteChannel
) throws IOException {
52
this.
byteChannel
=
byteChannel
;
57
public IsoFile(ReadableByteChannel
byteChannel
, BoxParser boxParser) throws IOException {
59
this.
byteChannel
=
byteChannel
;
85
Box box = boxParser.parseBox(
byteChannel
, this);
193
this.
byteChannel
.close()
[
all
...]
AbstractBoxParser.java
42
* @param
byteChannel
the FileChannel pointing to the ISO file
47
public Box parseBox(ReadableByteChannel
byteChannel
, ContainerBox parent) throws IOException {
50
ByteBuffer header = ChannelHelper.readFully(
byteChannel
, 8);
66
byteChannel
.read(bb);
71
if (
byteChannel
instanceof FileChannel) {
72
size = ((FileChannel)
byteChannel
).size() - ((FileChannel)
byteChannel
).position() - 8;
82
byteChannel
.read(bb);
118
box.parse(
byteChannel
, header, contentSize, this);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java
21
import java.nio.channels.
ByteChannel
;
26
public class ByteBufferByteChannel implements
ByteChannel
{
/libcore/ojluni/src/main/java/java/nio/channels/
ByteChannel.java
41
public interface
ByteChannel
package-info.java
45
* <tr><td valign=top><tt> <i>{@link java.nio.channels.
ByteChannel
}</i></tt></td>
48
* <td>A {@code
ByteChannel
} connected to an entity that contains a variable-length sequence of bytes</td></tr>
76
* from a buffer to the channel. The {@link java.nio.channels.
ByteChannel
}
79
* interface extends the {@code
ByteChannel
} interface with methods to {@link
SeekableByteChannel.java
54
extends
ByteChannel
DatagramChannel.java
115
implements
ByteChannel
, ScatteringByteChannel, GatheringByteChannel, MulticastChannel
467
// --
ByteChannel
operations --
SocketChannel.java
118
implements
ByteChannel
, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
461
// --
ByteChannel
operations --
/tools/apksig/src/test/java/com/android/apksig/
ApkSignerTest.java
31
import java.nio.channels.
ByteChannel
;
399
try (
ByteChannel
outChannel =
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip
/libcore/
openjdk_java_files.mk
358
ojluni/src/main/java/java/nio/channels/
ByteChannel
.java \
[
all
...]
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1-sources.jar
android-all-5.0.0_r2-robolectric-1-sources.jar
android-all-6.0.0_r1-robolectric-0-sources.jar
/frameworks/base/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
/frameworks/base/services/
profile-classes
[
all
...]
Completed in 3707 milliseconds