RzIOPlugin# class RzIOPlugin# property accept: CFunction[[RzIO, RzIODesc, int], bool]# property author: str# property check: CFunction[[RzIO, str, bool], bool]# property close: CFunction[[RzIODesc], int]# property create: CFunction[[RzIO, str, int, int], int]# property desc: str# property get_buf: CFunction[[RzIODesc, int], int]# property getbase: CFunction[[RzIODesc, int], bool]# property getpid: CFunction[[RzIODesc], int]# property gettid: CFunction[[RzIODesc], int]# property init: CFunction[[], int]# property is_blockdevice: CFunction[[RzIODesc], bool]# property is_chardevice: CFunction[[RzIODesc], bool]# property isdbg: bool# property license: str# property listener: CFunction[[RzIODesc], int]# property lseek: CFunction[[RzIO, RzIODesc, int, int], int]# property name: str# property open: CFunction[[RzIO, str, int, int], RzIODesc]# property open_many: CFunction[[RzIO, str, int, int], RzList[RzIODesc]]# property read: CFunction[[RzIO, RzIODesc, int, int], int]# property resize: CFunction[[RzIO, RzIODesc, int], bool]# property system: CFunction[[RzIO, RzIODesc, str], str]# property uris: str# property version: str# property widget: Any# property write: CFunction[[RzIO, RzIODesc, int, int], int]#