Home
last modified time | relevance | path

Searched defs:asDataSource (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/util/
DDataSources.java36 public static DataSource asDataSource(ByteBuffer buffer) { in asDataSource() method in DataSources
47 public static DataSource asDataSource(RandomAccessFile file) { in asDataSource() method in DataSources
55 public static DataSource asDataSource(RandomAccessFile file, long offset, long size) { in asDataSource() method in DataSources
63 public static DataSource asDataSource(FileChannel channel) { in asDataSource() method in DataSources
74 public static DataSource asDataSource(FileChannel channel, long offset, long size) { in asDataSource() method in DataSources