NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
format.hpp File Reference

Contains the enumeration of various file formats found in the games and functions to detect them. More...

#include "NNL/common/io.hpp"

Go to the source code of this file.

Namespaces

namespace  nnl
namespace  nnl::format
 Contains the enumeration of various file formats found in the games and functions to detect them.

Enumerations

enum  nnl::format::FileFormat {
  nnl::format::kUnknown , nnl::format::kPGD , nnl::format::kDig , nnl::format::kDigEntry ,
  nnl::format::kCollection , nnl::format::kAssetContainer , nnl::format::kModel , nnl::format::kTextureContainer ,
  nnl::format::kAnimationContainer , nnl::format::kActionConfig , nnl::format::kColboxConfig , nnl::format::kVisanimationContainer ,
  nnl::format::kCollision , nnl::format::kShadowCollision , nnl::format::kText , nnl::format::kATRAC3 ,
  nnl::format::kFog , nnl::format::kPositionData , nnl::format::kLit , nnl::format::kRenderConfig ,
  nnl::format::kPHD , nnl::format::kUIConfig , nnl::format::kMinimapConfig , nnl::format::kPNG ,
  nnl::format::kCCSF , nnl::format::kELF , nnl::format::kPSPELF , nnl::format::kPSF ,
  nnl::format::kPlainText
}
 Enumeration for file formats found in the games. More...

Functions

FileFormat nnl::format::Detect (BufferView buffer)
 Detects the file format of the provided buffer.
std::vector< FileFormatnnl::format::DetectAll (BufferView buffer)
 Detects all possible file formats of the provided buffer.

Detailed Description

Contains the enumeration of various file formats found in the games and functions to detect them.

See also
nnl::format::FileFormat
nnl::format::Detect