org.apache.activemq.apollo.util.tar

TarUtils

object TarUtils extends

Visibility
  1. Public
  2. All

Value Members

  1. def computeCheckSum (buf: Array[Byte]): Long

  2. def getCheckSumOctalBytes (value: Long, buf: Array[Byte], offset: Int, length: Int): Int

  3. def getLongOctalBytes (value: Long, buf: Array[Byte], offset: Int, length: Int): Int

  4. def getNameBytes (name: StringBuffer, buf: Array[Byte], offset: Int, length: Int): Int

  5. def getOctalBytes (value: Long, buf: Array[Byte], offset: Int, length: Int): Int

  6. def parseName (header: Array[Byte], offset: Int, length: Int): StringBuffer

  7. def parseOctal (header: Array[Byte], offset: Int, length: Int): Long