The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finnigan::CASInfoPreamble -- a decoder for CASInfoPreamble, a numeric autosampler descriptor

SYNOPSIS

  use Finnigan;
  my $object = Finnigan::CASInfoPreamble->decode(\*INPUT);
  $object->dump;

DESCRIPTION

CASInfoPreamble is a fixed-length structure with some unknown data about the autosampler. It is a component of [CASInfo], which consists of this numeric descriptor and a text string following it.

METHODS

decode

The constructor method

SEE ALSO

Finnigan::CASInfo

AUTHOR

Gene Selkov, <selkovjr@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Gene Selkov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.