You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
169 B

package ole2
type Stream struct {
Ole *Ole
Start uint32
Pos uint32
Cfat int
Size int
Fatpos uint32
Bufsize uint32
Eof byte
Sfat bool
}