Leadtools Namespace > LeadBufferStream Class : CanRead Property |
public bool CanRead {get;}
'Declaration Public ReadOnly Property CanRead As Boolean
'Usage Dim instance As LeadBufferStream Dim value As Boolean value = instance.CanRead
public bool CanRead {get;}
@property (nonatomic, assign, readonly, getter=getCanRead) BOOL canRead;
public boolean canRead()
get_CanRead();
If the LeadBufferStream object is closed, this property returns false.