Giter Club home page Giter Club logo

wadlrr's Introduction

wadlrr Build Status Coverage Status

A Node.js interface for creating, extracting, modifying, and reading LRR WAD files.

API

indexOf

This function finds the index of a given path in a WAD file.

Parameters

  • wadMeta Object any valid WAD metadata object
  • filePath string the relative or absolute path of a file contained in the WAD

Returns Number the index that the file was found at

exists

This function checks if a file exists given path in a WAD file.

Parameters

  • wadMeta Object any valid WAD metadata object
  • filePath string the relative path of the file in question

Returns Boolean

getObjectFromFile

This function reads data for a given object from an open WAD file.

Parameters

  • fd Number file descriptor for the open WAD file
  • object Object the object's metadata

Returns Promise<Buffer> resolves to a buffer containing the object data

getObjectMeta

This function returns the object metadata at a given path in a WAD file or throws an error if the file doesn't exist.

Parameters

  • wadMeta Object any valid WAD metadata object
  • filePath string the relative path of a file contained in the WAD

Returns Object resolves to the object metadata

getObject

This function reads a buffer from a given WAD that represents the actual object data.

Parameters

  • wadMeta Object any valid WAD metadata object
  • object Object the object's metadata

Returns Promise<Buffer> resolves to a buffer containing the object data

getObjectAtPath

This function reads a buffer that represents object data at a given path.

Parameters

  • wadMeta Object any valid WAD metadata object
  • filePath string the object's internal path

Returns Promise<Buffer> a buffer containing the object data

getObjectStream

This function gets a read stream for a given object

Parameters

  • wadMeta Object any valid WAD metadata object
  • object Object the object's metadata

Returns ReadStream a read stream for the object

getObjectStreamAtPath

This function gets a stream for object data at a given path.

Parameters

  • wadMeta Object any valid WAD metadata object
  • filePath string the object's internal path

Returns ReadStream a read stream for the object

extract

This function extracts all files from a given WAD.

Parameters

  • wadMeta Object any valid WAD metadata object
  • outputPath string the base output path (optional, default path.basename(wadMeta.source,'.wad'))

Returns Promise resolves when all files have been extracted

parse

This function parses a WAD file's metadata.

Parameters

  • filename string the filename of the wad (actual or artificial)
  • data Buffer the raw file data buffer

Returns Object metadata describing the WAD

load

This function loads data from a file and parses it.

Parameters

  • wadPath string path to the WAD file itself

Returns Object metadata describing the WAD

wadlrr's People

Contributors

marcbizal avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

scarabol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.