2011-01-19 142 views

回答

1

他們是可以互換的:

Array array = new byte[10]; 
byte[] buffer = (byte[]) array; 
相關問題