package com_maroontress_libcgi_request
class FileSegment
#define com_maroontress_libcgi_request_FileSegment_IMPORT
#include <com/maroontress/libcgi/request/FileSegment.h>
ファイルの1区間を表すクラスです。
Struct Summary
struct FileSegment
ファイルの1区間を表す構造体です。
off_t
offset
ファイル先頭からのオフセットです。
off_t
length
オフセットからの長さです。
Struct Detail
struct FileSegment
ファイルの1区間を表す構造体です。
offset
off_t
offset
ファイル先頭からのオフセットです。
length
off_t
length
オフセットからの長さです。