C# Class natix.SimilaritySearch.CoPhIR.PhotoInfo

ファイルを表示 Open project: sadit/natix

Public Properties

Property Type Description
farm byte
id uint
secret long
server ushort

Public Methods

Method Description
GetLink ( ) : string
GetThumb ( char suffix = 's' ) : string
Load ( BinaryReader Input ) : void
PhotoInfo ( byte _farm, ushort _server, uint _id, long _secret ) : System
Save ( BinaryWriter Output ) : void

Method Details

GetLink() public method

public GetLink ( ) : string
return string

GetThumb() public method

public GetThumb ( char suffix = 's' ) : string
suffix char
return string

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

PhotoInfo() public method

public PhotoInfo ( byte _farm, ushort _server, uint _id, long _secret ) : System
_farm byte
_server ushort
_id uint
_secret long
return System

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

Property Details

farm public_oe property

public byte farm
return byte

id public_oe property

public uint id
return uint

secret public_oe property

public long secret
return long

server public_oe property

public ushort server
return ushort