public class PortWriterBufferBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
PortWriterBufferBase(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
attach(Port port) |
PortWriterWrapper |
create(PortWriterBufferManager man,
SWIGTYPE_p_void tracker) |
void |
delete() |
void |
detach() |
protected void |
finalize() |
SWIGTYPE_p_void |
getContent() |
int |
getCount() |
protected static long |
getCPtr(PortWriterBufferBase obj) |
boolean |
releaseContent() |
void |
waitForWrite() |
void |
write(boolean strict) |
protected PortWriterBufferBase(long cPtr, boolean cMemoryOwn)
protected static long getCPtr(PortWriterBufferBase obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public PortWriterWrapper create(PortWriterBufferManager man, SWIGTYPE_p_void tracker)
public SWIGTYPE_p_void getContent()
public boolean releaseContent()
public int getCount()
public void attach(Port port)
public void detach()
public void write(boolean strict)
public void waitForWrite()