예제 #1
0
 public void SetOpcodeHandler(int which, BBaseOpcodeHandler handler)
 {
     HCSSTREAMPINVOKE.BStreamFileToolkit_SetOpcodeHandler(swigCPtr, which, BBaseOpcodeHandler.getCPtr(handler));
 }
예제 #2
0
 public void SetPostwalkHandler(BBaseOpcodeHandler handler)
 {
     HCSSTREAMPINVOKE.BStreamFileToolkit_SetPostwalkHandler(swigCPtr, BBaseOpcodeHandler.getCPtr(handler));
 }
예제 #3
0
 public void SetThumbnail(BBaseOpcodeHandler handler)
 {
     HCSSTREAMPINVOKE.HStreamFileToolkit_SetThumbnail__SWIG_0(swigCPtr, BBaseOpcodeHandler.getCPtr(handler));
 }