org.bdgenomics.utils

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. trait ByteAccess extends AnyRef

    ByteAccess is a wrapper trait around sources of bytes which are accessible at arbitrary offsets.

  2. class ByteArrayByteAccess extends ByteAccess with Serializable

  3. class ByteArrayLocator extends FileLocator

  4. trait FileLocator extends Serializable

    FileLocator is a trait which is meant to combine aspects of - Java's File - Hadoop's Path - S3 locations (including bucket and key) - classpath-relative URLs (classpath://, used in testing)

  5. class HTTPFileLocator extends FileLocator

  6. class HTTPRangedByteAccess extends ByteAccess with Logging

    HTTPRangedByteAccess supports Ranged GET queries against HTTP resources.

  7. class LocalFileByteAccess extends ByteAccess

    This is somewhat poorly named, it probably should be LocalFileByteAccess

  8. class LocalFileLocator extends FileLocator

Value Members

  1. object FileLocator extends Serializable

Ungrouped