Documentation ¶
Index ¶
- type OpenRS2Store
- func (s *OpenRS2Store) ArchiveExists(archiveID uint8) bool
- func (s *OpenRS2Store) ArchiveList() ([]uint8, error)
- func (s *OpenRS2Store) GroupExists(archiveID uint8, groupID uint32) bool
- func (s *OpenRS2Store) GroupList(archiveID uint8) ([]uint32, error)
- func (s *OpenRS2Store) Read(archiveID uint8, groupID uint32) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenRS2Store ¶
type OpenRS2Store struct {
// contains filtered or unexported fields
}
func Open ¶
func Open(path string) (*OpenRS2Store, error)
func (*OpenRS2Store) ArchiveExists ¶
func (s *OpenRS2Store) ArchiveExists(archiveID uint8) bool
func (*OpenRS2Store) ArchiveList ¶
func (s *OpenRS2Store) ArchiveList() ([]uint8, error)
func (*OpenRS2Store) GroupExists ¶
func (s *OpenRS2Store) GroupExists(archiveID uint8, groupID uint32) bool
Click to show internal directories.
Click to hide internal directories.